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: 
pak
Contributor
Contributor

Qliksense - how to export data in csv to the default 1 million records

I have added in an extension button - exporting data as csv into my QlikSense dashboard but when I download the csv file it only shown 200k records while my dataset has 1M. Any idea how can i configure the export setting to 1M? 

Labels (5)
2 Replies
Jack_Guo
Support
Support

Hi @pak ,

Are you using 'sense-export' extension for downloading to csv file? If yes, you may check with the extension owner. There is no way to change the limitation on this extension in Qlik Sense.

Jack_Guo
Support
Support

Or use Store command in script.

Store tablename into lib://foldername/xxx.csv (TXT) (txt,delimiter is ';');