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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
krishnagutha1294
Partner - Contributor II
Partner - Contributor II

pivot chart options

Hi all i have a requirement like below

if goal is Greater than Actual then it should be green and if goal is less than actual then it red color how we should change the settings to appear like this.

Thanks in Advancesample.png

2 Replies
krishnagutha1294
Partner - Contributor II
Partner - Contributor II
Author

pls can any one reply it

 

Thanks

EricDraven
Contributor II
Contributor II

if(goal > Actual,RGB(19, 214, 71),RGB(214, 19, 19)

paste into the background color field. Remember though, with Qlik Sense you can only change the BG color of the measures side of a pivot table.

 

Here is an example of nesting them together. 

EricDraven_0-1596197870251.png