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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
julioarriaga
Creator II
Creator II

How do I show the Nnth best dimension with set analysis?

Hi,

I have a table of sales by country. How can I show only the Nnth best selling country with set analysis (as shown in the example)?

Thanks and regards.

Capture.PNG

Capture2.PNG

1 Reply
tresesco
MVP
MVP

Try like:

Sum({<Country={"=Rank(Sum(Sales))=5"}>}Sales)                  // n is 5 here

Capture.JPG