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: 
Not applicable

TOP 3 SALES

Hi,

i have sales, city columns

i want top 3 sales of city

HOw to do it?

5 Replies
rajkumarb
Creator II
Creator II

HI

You Can limit Values In the chart Properties in Charts

buzzy996
Master II
Master II

try this,

1. city as ur dimension

2. sum(sales) as ur expression

3. top 3.PNG

anbu1984
Master III
Master III

Search the forum. You will get lot of examples

jyothish8807
Master II
Master II

Try this in dimension:

if(aggr(Rank(sum(Sales)),City)<=3,City)

In Expression:

sum(Sales)

Regards

KC

Best Regards,
KC
Not applicable
Author

Hi

u can try using dimension limit and also the rank function as well.

Regards

Deepak