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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Export Data and Structures from QV

Hi Forum,

I have a QV file that i want to export the data from. By data, i mean i want to Export ALL the tables (and data) that show up in the "Table Viewer" in the Edit Script tab. Basically i have a loaded QV with reports/graphs. But the data that originally created the QV file are gone. I want to export the data, update/edit it and re-import it into the same QV for a demo. I should be able to export the table data and reload them in with the same table names. Anything wrong with my assumption?

Bernard

1 Reply
Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

No, nothing wrong... What I'd recommend is to create a new QV document, load your existing document using BINARY and then store all the tables into TXT files using command STORE ... (txt); Then, you can edit your TXT files (using Excel, for example) and re-load the same data into another QV file.