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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Restricting the number of rows displayed in the straight table

Hi,

I have a requirement wherein i need to restrict the display of data to thousand rows in a straight table. As seen i find the option to restrict the number of rows to 100 and not 1000 as in the attachment.Can anyone please let me know how the same can be restricted to show thousand records.

3 Replies
its_anandrjs
Champion III
Champion III

In your load script add a function RowNo() as Rowno and then reload application and in chart add dimension Rowno as calculated dimension.

=if(Rowno <= 1000, Rowno)

and click on supress when value Is NULL and

and Hide the Rowno Column

jagan
Partner - Champion III
Partner - Champion III

Hi,

Check this thread

Paging Implementation for Straight table


Hope it helps you.


Regards,

Jagan.

Not applicable
Author

Hi Anand,

As per the above suggestion when the condition on rownum is used other filters would fail.So can you please let me know if there is any alternate solution for the same