Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear all,
We are exporting about 3M records from dashboard so we did program to download into multiple sheets with 1 Million records in eash sheet 1 as excel has limitation of 1,048,576 rows of data in single sheet only.
But the challenge we are facing that, if we are downloading 3 M of records the browser memory is getting hike as we are accessing dashboard from client machine from qliksense hub.
Kindly help us to overcome this challenge.
The most sensible way would be to transfer this task into the script.
If there is really no way to do this you may consider to increase the RAM and/or to ensure that no other browser-tab is running during this task and/or to reduce the number of fields and/or adjusting the content - numeric fields won't take the space as larger strings do and/or to split the task into n tasks and adding the parts manually together - it may be working but I doubt that you will be happy with it.