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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
rxp03570
Creator
Creator

Display Dimension based on Max(Sales)

Hi All,

I need to display dimension based on Max(Sales),  want to display product which has Max(Sales) in a straight table.

Any help on how to achieve this.

 

Thanks,

4 Replies
Anil_Babu_Samineni
MVP
MVP

Perhaps this?

If Expression - FirstSortedValue(Sales, -Aggr(Sum(Sales), Dimension))

Or

If Dimension - If(Sales=Max(TOTAL Sales), Dimension)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
rxp03570
Creator
Creator
Author

No luck with this
Anonymous
Not applicable

Hi, please try this set expression : =Max(Aggr(Sum(Sales),Month))

Anonymous
Not applicable

and Dimension must be Product