Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Is it possible to limit the number of rows in a straight table?

For instance, I have total 50 records in my table and I want to show only top 10 records based on the rank. How can I achieve this?

10 Replies
lyeynant
Contributor II
Contributor II

If you want to allow user dynamic limit :


1)  Create variable  vTop 

2)  In Dimension Limits insert =$(vTop) expression instead of largest number

3)  Create input box object and add vTop to Displayed variables

4)  Enjoy dynamic limit change