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: 
Not applicable

Export table to Excel or .CSV

Hi All,

I am trying to export this huge table (about 100 columns and 37,000 rows)  as a .csv file. When I export to Excel, I get a message "Communication lost, closing document" and sometimes it downloads but then is missing about 25 rows. I cannot export as a csv at all. How can I export this table?

I was also wondering if the STORE function is only used for QVDs or can it be used to store the table to a regular Excel or .csv file? I tried it but the file is corrupted and doesn't open. It does create a file though.

Thank you.


1 Solution

Accepted Solutions
Not applicable
Author

Hi you can store it as csv just like how you would store a qvd. Attached is an example.

Store Table into Table.csv(txt) ;

View solution in original post

2 Replies
Not applicable
Author

Hi you can store it as csv just like how you would store a qvd. Attached is an example.

Store Table into Table.csv(txt) ;

Not applicable
Author

Thank you so much for the solution and the example file. I had a syntax error in the Store. Thanks again.