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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
treyknight
Contributor
Contributor

Straight Table formatting using Background Color Expression feature:"

I am attempting to color format my straight table so that there is a background color applied when the values a given field change/are not identical.

So, for example, please view some values in the ENGAGEMENT_LEVEL field:

row 1 = Super

row 2 = Super

row 3 = Super

row 4 = Low

row 5 = Low

row 6 = Heavy

row 7 = Business

In this scenario, row 1, row 4, row 6, and row 7 would be highlighted with a background color to indicate a change in field value.

Is there a way to do this? and if there is, could someone please teach me?

Labels (2)
1 Reply
rubenmarin
MVP
MVP

Hi, it might depend of the table configuration, but you can use something like: =If(Value<>Above(TOTAL Value),Yellow())

Sample attached