Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Input number variable.

I created a report that displays the Top 10 largest contributors, now I want to give users the opinion to dynamically change the number of largest by inputting their own number.Can anyone please walk me through thanks.

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

Looks like you have used Rank Function as either calculated dimension or in set analysis...

You can create a variable

vTOP = 10

Now create an input box and keep vTOP in that.. Use can chagne any number replacing 10.

Now in Rank where you have used 10, use $(vTOP)

if you have used Dimension limit

Select Largest and use $(vTOP) instead of 10.

View solution in original post

3 Replies
MK_QSL
MVP
MVP

Looks like you have used Rank Function as either calculated dimension or in set analysis...

You can create a variable

vTOP = 10

Now create an input box and keep vTOP in that.. Use can chagne any number replacing 10.

Now in Rank where you have used 10, use $(vTOP)

if you have used Dimension limit

Select Largest and use $(vTOP) instead of 10.

Not applicable
Author

You used Dimension limits?

Not applicable
Author

Declare a Input Field in the script and then in deimension limits or in set function use the Input field.

Qlikview INPUTFIELD by RFB 125 - YouTube