Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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

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