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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

Labels (1)
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'