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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to create qvd file..?

Dear All.

I am new to qlikview ,please tell me ...how i can create QVD file?

Regards,

Rahul.

3 Replies
Not applicable
Author

Hi

     After  loading a  table with tablename write the statement

Store Tablename into  path\Tablename.qvd;

u can specify path where ever u want if u dont give any path directly u write tablename.qvd thn it will store the qvd in the folder where ur appln resides

suniljain
Master
Master

Store mytable into xyz.qvd (qvd);

suniljain
Master
Master

ABC:

Load * Inline

[CatID, Category

0,Regular

1,Occasional

2,Permanent];

store ABC into ABC.QVD (qvd);