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

Announcements
We are aware of an issue with the Product Downloads page and looking into it.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Top values based on variable

Hi,

how to show top salaries based on variable in qliksense

eg-Top 5,10,15,20 based on user input

1 Solution

Accepted Solutions
brunobertels
Master
Master

Hi

Try like that

See the app attached :

in the employee dimension choose limitation and add this $(vTop) that will put the number set in the variable field

and this in the mesure panel

Sum(Salary)

Regards

Bruno

View solution in original post

2 Replies
brunobertels
Master
Master

Hi

Try like that

See the app attached :

in the employee dimension choose limitation and add this $(vTop) that will put the number set in the variable field

and this in the mesure panel

Sum(Salary)

Regards

Bruno

reddy-s
Master II
Master II

Hi,

you could even use an input box extention: Input Box which updates a Variable in Qlik Sense

and dynamically set the number you need.

This will help you make it even more dynamic!