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 make a qvd file

can somebody tell me how to create a qvd file .

I have open a new qvw and has stored my script there .

what will be the next step to make it a QVD

2 Replies
Not applicable
Author

You can store a table into a qvd by doing:

Store MyTable into x:\blabla.qvd;

And .... that's it !

Not applicable
Author

Hi,

Just locate your data source by using 'SELECT' button which is available in your Edit Script part.

Then click okay.QlikView automatically will write the LOAD Statement.Then give table name to create qvd.

Ex:

Table_Name:

SQL SELECT *

FROM data_source;;

Store Table_Name into qv\qvd\table_Name.qvd;

Note:Make one folder and paste that path while making qvd.