Forum Discussion
Conditional formatting not working
Hi
Why is my conditional formatting not working.
I want it this way:
Greater than 0 = Green
Less than 0 = Red
0 = Black
3 Replies
- pratyashasamalMemorable Member
Hi samnaw ,
Changes the second condition to '> 0' and '<= Max' instead of ''>=0' and '<=Max' .
Thanks ,
Pratyasha Samal
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C - SykResident Rockstar
One small thing is line 2 should just be '> 0' instead of '>=0'. This shouldn't be your issue though.
Ensure the field you're evaluating these rules with is the same one that is being displayed.
- pratyashasamalMemorable Member
Hi samnaw ,
Changes the second condition to > 0 and <= Max
Thanks ,
Pratyasha Samal
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C