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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
soha1902
Creator
Creator

How to change color in Pivot table?

Hi All,

In pivot table, we are using 3 dimensions and 1 expression custom_value. Like below

cus.png

But in pivot table it showing so many colmns. These column are loaded through inline.

Now I want to change cell color based on some condition. but there is only one expression and it showing many columns so please guide me where I need to write expression.

Thanks....

10 Replies
Not applicable

Try this Expression Background color  if(PivotDimension='Some',RGB(179,179,179),if(expression>5,RGB(59,59,59)))

Regards,

Chinni Kanna