Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
praneshsapmm
Contributor
Contributor

Change of cells with a condition in table box

Can someone let me know how to change the color of cells with a given condition. attached are the details.

 

1 Reply
MindaugasBacius
Partner - Specialist III
Partner - Specialist III

In your case you can use this option in expression:

Screenshot_1.jpg

In definition field simply write nested If statement like:

If(Sum(F1) > 100, green(), If(Sum(F1) > 50, red(), black()))

Instead of color functions you can use RGB() but you need to know the values of your coloring.

 

There is also other option with Visual Cues:

Screenshot_2.jpg