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

ALL in Dimension Limits

Hi All

I have a requirement where the user will be choosing the value for 'Top N' through an Input box.

The Input Box should have values like 20, 30, 40, ALL. When ALL is selected, it should show all the values in the table and not Top N.

How to achieve this? I am able to do it for 20,30,40 but ALL is a problem. Please advise.

Paramita

1 Solution

Accepted Solutions
jerem1234
Specialist II
Specialist II

Use a formula like:

=count({1}distinct DIMENSION)

in the value for the dimension limits.

Hope this helps!

View solution in original post

2 Replies
jerem1234
Specialist II
Specialist II

Use a formula like:

=count({1}distinct DIMENSION)

in the value for the dimension limits.

Hope this helps!

Not applicable
Author

Thanks Jerem... that works !