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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
NavinReddy
Creator II
Creator II

help on set analysis

hi All,

Could some one help me

How could i display Top 1 records in Qlikview,

How could i display Top 2 records in Qlikview,

How could i display Top 3 records in Qlikview,

Thanks IN Advance

Niranjan

3 Replies
Not applicable

Hi Niru,

Sounds like you are looking for dimension limits and limit on largest n values. Check dimension limits tab in chart.

/Ida

NavinReddy
Creator II
Creator II
Author

yes that is one option ,but it not suites for my requirement

requirement is:

i have one multibox in that if i select one value ,i should compare that value in three values

eg:

if i select comedy film in multibox ,there film i should compare top theree comedy movies ,

in that i should fetch and display top 1,2,3 movies

Some one help me very Urgent

Thanks & Regards

Niranjan

Not applicable

Hi,

Sum({<Product = {"=rank(sum(Sales), 4)<= 20"}>} Sales)

For the Top 20

If you want to set the sales used to rank (if you want the Top 2à of the Brand 10 for ex):

Sum({<Product = {"=rank(sum({<Brand = {10}>} Sales), 4)<= 20"}>} Sales)

Fabrice