Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I'm having this table in my app:
This table might have around 300K records and I want to limit it for only 500 records.
All these fields are Dimensions, I couldn't use the limitation feature.
Can you think about any trick that would do the magic?
And BTW I think it's a basic requirement to control number of records that I want to present in straight table...
Thanks,
Eli.
Hi
while the isn't a built in paging in the table you can
build one quite easily , it's not perfect , but still give the user control of the amount of data in the table
have a look at the attach app
@lironbaram Thanks for sharing this creative idea but still no good enough for my purpose.
At the end I decided to work with an extension called Dynamic Table which does the job:
https://developer.qlik.com/garden/56728f52d1e497241ae69825
Eli.
@lironbaram
I checked your Pagination, but according to requirement when we select page number like 2 then it should show record from 11 to 20. I hope you got my point.
Thanks
@mobeenbillah I've modified the app have a look
Simply awesome @lironbaram , great work!