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

QVD Creation

Thanks

Madhu

4 Replies
arulsettu
Master III
Master III

Hi Josna,

               after loading the table script write like this

store Region into C:user\pc\document\Exercises\Region.qvd(qvd);

do the same to another table

Anonymous
Not applicable
Author

store A into Region.qvd(qvd);

Note : use your path as well.

Thanks

BKC,

balasundaram
Creator II
Creator II

QVD Store Syntax:

Store Tablename into Tablename.qvd(qvd);

ankitbisht01
Creator
Creator

after loading each table your have to write store command to store the table data into QVD. like Arul has said .

if you want to store these two tables together you need to have a join or concatenation . then store that new table into a single qvd.

Regards

Ankit