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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

top 3 in pivot table

Hi ,

How to get the top 3 sum(Sales) in pivot table as we don't have dimension limits in pivot table

Thanks

1 Reply
krishna20
Specialist II
Specialist II

Hi,

Please edit this expression as your accordance and place it in the Calculated Dimension.

if(rank(Sum(Sales)) < = 3, Sum(Sales))


or


=AGGR(If(Rank(sum(Sales))<=3,Brand),Brand)


Regards


Krishna