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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
remo0017
Contributor II
Contributor II

Timeout issues while exporting dataset

Dear Friends,

I have been encountering a TIMEOUT issue while exporting a Qlikview result set into a .csv file. The total number of records in the Qlikview dashboard is over 5million records.

Is there any better way of doing this export to mitigate this TIMEOUT issues.

2 Replies
its_anandrjs
Champion III
Champion III

Rather then send t csv used STORE function to send this data into csv format by script code.

Ex:-


TableName:

Load * From Location;

Store TableName into TableName.csv(txt);

Hope this helps

Regards
Anand

Anil_Babu_Samineni

How you are sending into CSV, in your case.

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful