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

How to use Load to fill a QVD file step by step

I'm trying to tidy up a QV app that's used for creating QVDs.

First thing I'd love to do is releasing Memory as soon as possible after creating a QVD File.

Let's assume we have tables A, B, and C. What I want to do, essentially, is the following:

Store A into data.qvd (qvd);

Drop Table A;

//...

Store B into data.qvd (qvd);

Drop Table B;

//...

Store C into data.qvd (qvd);

Drop Table C;

Will this work or will the QVD be overwritten each time I store to it?

Thanks in advance!

Sebi

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Sebi, it will be overwritten each time.  You have to create the full table in the script before storing it into qvd.

Regards,
Michael

View solution in original post

1 Reply
Anonymous
Not applicable
Author

Sebi, it will be overwritten each time.  You have to create the full table in the script before storing it into qvd.

Regards,
Michael