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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
jgreen95
Contributor III
Contributor III

Show value of Max dimension

I have used the solution  here  to use the First Sorted Value function to show the dimension with the highest value.

How would I show the value for said dimension?

I know it could be done with an IF statement but i have over 200 dimensions so this would be ridiculous.

 

Labels (2)
1 Solution

Accepted Solutions
sunny_talwar

Use this

Max(Aggr(Sum([Sales]), [Country]))

View solution in original post

1 Reply
sunny_talwar

Use this

Max(Aggr(Sum([Sales]), [Country]))