Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Is it possible to change the color of rows in a table based on a field value?
Thanks
Hi,
Chart Properties - Visual Cues tab
or Expressions tab + Background Color
or Right Click Custom Format Cell
Yes. you the background color option in Expression, by clicking on + sign. create a color expression.

Yes you could adjust the colors with the options in tab visualizations or more flexible with attribute-expressions (click on the small plus-sign by the expressions and you could define various conditions for colors, like:
if(Field = 'value', blue(), black())
- Marcus
See if the below link can help to resolve your issue:
See how you can put a condition in Expresion

In this case, if that condition is true, the background should be RED
You can put a background color writing:
RGB(0,255,0), in Definition
Hey, it's a table object, does it have a background color option? I don't see it anywhere
no, but you can use a straight table
In Table box you cant format the table based on the field value. either use the default formatting in Style tab or convert your table box into straight table. Add the color expression and hide the expression in presentation tab.