Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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