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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

highlight the column with the highest value

is there a simple way to highlight the column with the highest value?

I know, i can compare each column with each other, but the formulas are very complex, so the calculation isn't performant.

Thank you for your help

ppcfox

1 Reply
bismart
Creator
Creator

In the background Colour property of teh used Dimension on the Dimension tab

use something like

=



IF(rank(sum(Measure_Name)) = '1',rgb(255,0,0))

this example makes background colour 'red'