Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to change the field color of a table based on a value

Hello everyone,

I have imported an excel table into a Qlikview table and it is filled with the values 1 or 2.  I would like every value thats a 1 to have the entire field be filled green, and every value thats a 2 be filled green.  How would i go about doing this?

Thank you

I am using Qlikview 11.2

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi Brandon,

use below code in background color option of dimension:

=If(value = '1',LightGreen(),LightGray())

Regards

Neetha

View solution in original post

1 Reply
Anonymous
Not applicable
Author

Hi Brandon,

use below code in background color option of dimension:

=If(value = '1',LightGreen(),LightGray())

Regards

Neetha