Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Sadeesh
New Member
New Member

Help Needed: Highlighting Maximum Values in Each Column of Pivot Table

Hello everyone,

I have a pivot table with the following dimensions: DB (row) and week_details (column), and I’m using a measure to count values. I want to highlight the maximum values in each column (week_details) using the following expression:

if(Count({<DB=>} TM_NO) = Max(TOTAL Aggr(Count({<DB=>} TM_NO), DB, week_details)), RGB(255,0,0))

However, this expression is highlighting a single maximum value for the entire table, rather than highlighting the maximum values in each column. Could someone please advise on how to modify the expression to achieve the desired result of highlighting the maximum values within each column?

Thanks in advance for your help!

Labels (1)
0 Replies