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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to create QVD with a data model that has multiple tables

In the attached example I have a QVW file that has multiple tables.  How do I create a QVD that would contain all of this information?

Labels (1)
1 Solution

Accepted Solutions
erichshiino
Partner - Master
Partner - Master

Hi,

I don't think it is possible. You would need to store the tables separeted with the following commands:

Store Sales into Sales.qvd;

Store Salesman into Salesman.qvd;

Store Vertical into Vertical.qvd;

Store Country into Country.qvd;

Regards,

Erich

View solution in original post

3 Replies
erichshiino
Partner - Master
Partner - Master

Hi,

I don't think it is possible. You would need to store the tables separeted with the following commands:

Store Sales into Sales.qvd;

Store Salesman into Salesman.qvd;

Store Vertical into Vertical.qvd;

Store Country into Country.qvd;

Regards,

Erich

suniljain
Master
Master

you can make single QVD of all OVD by joining concept but there should be relationship between qvd.

its_anandrjs
Champion III
Champion III

Hi,

Yes it is not posible but if there is a good relation ships among the tables then you concatenate this tables and create a single table and then create a qvd of that table.

Regards

Anand