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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
jleraille
Partner - Creator
Partner - Creator

Change Color for the Max Value on a table line

In a Pivot Table how can I identified for each line, le maxvalue to change his color ?

I tried whith Rangemax but it's not ok - what's the best way ?

Thanks fot your help

Jacques



1 Solution

Accepted Solutions
jleraille
Partner - Creator
Partner - Creator
Author

use HRANK to have result.
For example in color condition : if (HRank(sum(Valeurs)/count(Critère))= 1,LightGreen())

View solution in original post

3 Replies
jleraille
Partner - Creator
Partner - Creator
Author

use HRANK to have result.
For example in color condition : if (HRank(sum(Valeurs)/count(Critère))= 1,LightGreen())

anitamelbye
Creator
Creator

Hi,

I have tried HRANK but it won't work, can someone please help me? I am doing something wrong, obviously!


I would have liked to have maxvalue in my prosent-columns marked with red text color.

I tried to write

if (HRank(SUM ( { $ < YEAR = { $(=MAX(YEAR))}, RNBILK = {4} >} -(RNBELØ)) /
SUM ( { $ < YEAR = { $(=MAX(YEAR))}, RNBILK = {3} >} (RNBELØ)))= 1,RED())


..but it won't work..

I appreciate any suggestions 🙂

*newbee*

anitamelbye
Creator
Creator

No suggestions?

I would like to have maxvalue highlighted in red, what can I do?

Anita