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: 
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