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

Announcements
Join us in Zurich on Sept 24th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
rsdhavle
Creator III
Creator III

RowNo() functions consuming lots of memory, What can be alternative approach

We are trying to optimize dashboard. RowNo() function is consuming lots of memory . Any other way with which we can achieve same functionality consuming less memory?

2 Replies
sunny_talwar

Is this for a front end chart or in the script? For script you might be able to use Peek/Previous to get the desired result

marcus_sommer

I think the best solution would be to remove the rowno() from the datamodel - there is no real value for it unless for checking issues within data-model/quality within a developing-stage.

- Marcus