Skip to main content
Announcements
Qlik Community Office Hours, March 20th. Former Talend Community users, ask your questions live. SIGN UP
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

colors in table rows

Hi all,

How can i add custom colors in table rows?

Regards,

Pramod

1 Solution

Accepted Solutions
brunobertels
Master
Master

Hi

To add a special color in table row use color panel in the mesure panel

Set expression in back ground color and text color. for example add

lightred()

Or

Rgb(255,60,125)

Or expression with if statement :

if(sum(sales)> 25, lightred(),lightgreen())

etc

Bruno

View solution in original post

2 Replies
brunobertels
Master
Master

Hi

To add a special color in table row use color panel in the mesure panel

Set expression in back ground color and text color. for example add

lightred()

Or

Rgb(255,60,125)

Or expression with if statement :

if(sum(sales)> 25, lightred(),lightgreen())

etc

Bruno

reddy-s
Master II
Master II

Hi Promodgc3,

You can colour the cells using an expression as mentioned by Bruno Bertels. What you can even do is make use of the color mix wizard of QV and use the code in QlikSense for complex expressions.