Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
You can store a table into a qvd by doing:
Store MyTable into x:\blabla.qvd;
And .... that's it !
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.