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

how to save more than tables of qvw to one qvd

I like to understand how to save various tables of one qv app (qvw) into one qvd

tanks

3 Replies
johnw
Champion III
Champion III

You don't. You make one QVD per table.

Not applicable
Author

Thanks John Witherspoon

fernandotoledo
Partner - Specialist
Partner - Specialist

John is right thats only one table per QVD.

But i needed to do this thing here and we made it here concatenating all tables into one big logic table with a field that holds the table name.

Then when reloading from this crazy qvd we use


TABLE_1:LOAD A,B,C FROM CRAZY_QVD WHERE TABLE = 'TABLE 1';
TABLE_2:LOAD D,E,F,G FROM CRAZY_QVD WHERE TABLE = 'TABLE 2';
...


Thats a way to do it...

best regards

Fernando