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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to put background color in a pivot table using expression ?

I want to highlight the cells in expression columns (Design, Vendor runoff & Launch) with yellow if the value of document is 'P', in a pivot table using visual cues.

Please assist.

1 Solution

Accepted Solutions
sunny_talwar

It should be on the Expressions tab under Background Color or Text Color.. depending on what you want to color...

View solution in original post

6 Replies
sunny_talwar

So, if any of the three expression have P, you would want to highlight the complete row? or are you looking to just highlight the cell with P in it?

Anonymous
Not applicable
Author

just that cell....

sunny_talwar

Try this for background color expressions

For Design expression

If([Design] = 'P', LightRed())


For Vendor runoff expression

If([Vendor runoff] = 'P', LightRed())


For Launch expression

If([Launch] = 'P', LightRed())

Anonymous
Not applicable
Author

I have tried these expressions.

My question is where in pivot table I should put these expressions ?

sunny_talwar

It should be on the Expressions tab under Background Color or Text Color.. depending on what you want to color...

Anonymous
Not applicable
Author

Thanks Sunny....