Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
upaliwije
Creator II
Creator II

QVD AMALGAMATION

Hi Friends,

I have numer of QVD files to be amalgamaed to a single files.

AADEBIT.QVD

BADEBIT.QVD

APDEBIT.QVD

KADEBIT.QVD

GADEBIT.QVD

KUDEBIT.QVD

........


Can some one suggest me a method of writing a script to amalgamate them to single file at once without concatanating each file seperately


2 Replies
vinieme12
Champion III
Champion III

See gwassenaar Response here

loading multiples qvd's from root folder

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
jayanttibhe
Creator III
Creator III

Hi Upali,

Seems that there is a pattern in your QVD names :  if as  you mentioned there are only First 2 characters are diff then we can do like this :

MyTable:

Load * from *DEBIT.QVD(qvd);

Store MyTable Into MyTable.qvd (qvd) ;

Thanks

Jayant Tibhe