Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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