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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Tool_Tip
Creator III
Creator III

Browser memory is full

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.

Tool_Tip_0-1755585272440.png

 

Kindly help us to overcome this challenge.

 

Labels (1)
1 Reply
marcus_sommer

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.