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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
JohnIssue
Contributor III
Contributor III

Calculate measures for top 20 registers

Hi there!

I am developing an app in Qlik Sense where I find a particular requirement. I have lots of bar charts, pie charts, dispersion plots, where I plot information related to a group of people. 

Each person has a 'mark'. So I just want to plot the information from the 20 top people. However, when I add a filter, the top 20 may change. Is it even possible? To limit the plot to the 20 top people in a dynamic way?

 

Thanks in advance!

Labels (1)
2 Replies
F_B
Specialist III
Specialist III

Hi @JohnIssue ,

well, yes, it's possible, how to do it depends on your data model.

How do you calculate the top 20? Maybe the Rank() function is what you are looking for: Rank - chart function | Qlik Sense on Windows Help

You can use a Variable input from the Qlik Dashboard bundle to limit the visualization to top 20.

JohnIssue
Contributor III
Contributor III
Author

Hello F_B!

Thanks for your answer. How could I limit a visualization data using an input variable?