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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register 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