Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
sowmi
Creator
Creator

Store multiple avd's into one qvd

Hi ALL,

I have mutliptle qvd's and trying to store them into a single qvd .i 'm writing the script as below:

 

Temp:

Load*

from (c:\file\data*.qvd)qvd;

store into temp (c:\test\all.qvd)qvd;

 From these logic it is storing only the first into qvd.

 

Can some one help on this .Help appreciated

Thanks

Sowmya

Labels (1)
3 Replies
trdandamudi
Master II
Master II

It depends on the QVD's. There two different ways you can tackle this. Please see the attached link and hope this helps.

https://community.qlik.com/t5/New-to-QlikView/How-to-save-multiple-qvds-into-one-qvd/td-p/309019

 

sowmi
Creator
Creator
Author

Hi tried both ways

when using concatenate function it is adding upon all qvd's.

 

 

trdandamudi
Master II
Master II

Is it not that is what you want ? Does all your qvd's have same field names ? Can you post to sample ?