Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
tmumaw
Specialist II
Specialist II

Background Color in a Pivot Table

I am trying to make my background a different color based on a value in a dimension.  For example if it's Open it's yellow, Won it's green and Lost it's red.  The color is coming through on the first value in the dimension, but not the rest. Any ideas?  Here is the background logic I used for the dimension.

=if(OPStateDesc = 'Open',Yellow(),
  if(OPStateDesc = 'Won',Green(),
  If(OPStateDesc = 'Lost',Red
())))

0 Replies