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

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
RichardLee
Creator
Creator

Creating a QVD file

I have a set of Data that I have loaded from three sources and the manipulated in the Data Manager.  Can I store this as a QVD file?

Labels (1)
1 Reply
MartW
Partner - Specialist
Partner - Specialist

yes you can. you can store this via the store statement.

what you need to know are 2 things.
1. the table you want to store (save)

2. The lib (location you want to use)

store statement looks like this:

store [TABLE NAME ]into [lib://[DATACONNECTION]/[FILENAME].qvd] (qvd);

Remember this statement needs to be at the end of the script so that all manipulations took place. because you used the datamanager that script is always stored at the bottom (see data editor tab) create a new section (+ button) and drag that down to after the datamanager script (named: autogenerated). after that in the newly created section you can pass in the store statement