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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
Qlik__Vinodh
Partner - Creator II
Partner - Creator II

top 5 values in pivote table expressions

Dear all,

I have the dimensions like  Region,Location,desigation for this i need the top 5 counts.

if any one having soluation pls let me know

11 Replies
Qlik__Vinodh
Partner - Creator II
Partner - Creator II
Author

I need the top 5 high count value . not sume values. yar.

jagan
Partner - Champion III
Partner - Champion III

Hi,

Try this expression

=If(AGGR (rank(sum(Sales)), Customer) <=5 , Customer)

in dimension.

Regards,

Jagan.