Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Change color of rows in a table

Hi,

Is it possible to change the color of rows in a table based on a field value?

Thanks

9 Replies
vcanale
Partner - Creator II
Partner - Creator II

Hi,

Chart Properties - Visual Cues tab

or  Expressions tab + Background Color

or Right Click Custom Format Cell

krishnacbe
Partner - Specialist III
Partner - Specialist III

Yes. you the background color option in Expression, by clicking on + sign. create a color expression.

marcus_sommer

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

trdandamudi
Master II
Master II

See if the below link can help to resolve your issue:

change color conditionally in table box | Qlik Community

Not applicable
Author

See how you can put a condition in Expresion

Color.png

In this case, if that condition is true, the background should be RED

Not applicable
Author

You can put a background color writing:

RGB(0,255,0), in Definition

Not applicable
Author

Hey, it's a table object, does it have a background color option? I don't see it anywhere

vcanale
Partner - Creator II
Partner - Creator II

no, but you can use a straight table

krishnacbe
Partner - Specialist III
Partner - Specialist III

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.