Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Storing data from multiple QVDs

I have one QVD which shows ordered detail and another which shows despatch detail I want to load these into QlikView and store the result into one single QVD which will show the figures that relate. I have tried Concatenate but this only does as the name suggests and puts all the lines into one table, with no relationships applied.

3 Replies
amit_shetty78
Creator II
Creator II

Hi,

I think you will need to do the following:

  • Load data from the QVD's into 2 separate tables.
  • Then join the 2 resident tables based on the relationship/s and conditions if you have any and load the resultant into a 3rd table.
  • Store 3rd table into a new QVD.

Rgds, Amit.

Not applicable
Author

I don't understand why you can't just use the relationships anyway, if the tables are related then QlikView will join them, what is the problem with this?

Not applicable
Author

Thank you, problem sorted.