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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
shumailh
Creator III
Creator III

Can we store 2 or many tables in a QVD file

Can we store 2 or many tables in a QVD file,

For example:

store $(CurrentFileName) into $(Outputpath)$(CurrentFileName).qvd ;

or for multi

Can we use comma seprater for multi files

store $(CurrentFileName), XHB into $(Outputpath)$(CurrentFileName).qvd ;

1 Solution

Accepted Solutions
Anonymous
Not applicable

No, it doesn't work this way. You have to create multiple QVD files, one for each logical table. Another way is to join your mutiple logical tables into one in QV, and store as one in QVD.

View solution in original post

1 Reply
Anonymous
Not applicable

No, it doesn't work this way. You have to create multiple QVD files, one for each logical table. Another way is to join your mutiple logical tables into one in QV, and store as one in QVD.