Skip to main content
Announcements
The New Qlik Learning Experience is Here! GET STARTED
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

creating qvd

Hi

Can anyone help me out in detail with some example using excel sheet to cretae qvd file.

Is it that we can create the qvd and qvw using qlik view tool. If so how it is done

1 Reply
Miguel_Angel_Baeyens

Hello,

I understand that you want to load an excel file and store in a qvd file.

If so, go to the script editor, and select Plain Files to open your excel file. Select the file and click "Finish" so a new piece of script will appear in your dialog, starting with a LOAD statement.

Add a label to your table

Table: LOAD @1,


and use it to store the file:

STORE Table INTO FILE.QVD;


Hope that helps