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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Loading QVD

I have already created some qvds for a different report. Now I need to re use the same QVD files. May I know how to load the QVD files from specific location ?

Can anyone help me on this  ?

Thanks

Praveen

1 Solution

Accepted Solutions
rajeshvaswani77
Specialist III
Specialist III

Hi,

Go to edit script. Then click on the table files button.  Select the QVD. The code snippet will get inserted. Running this will load data from the QVD.

thanks,

Rajesh Vaswani

View solution in original post

3 Replies
rajeshvaswani77
Specialist III
Specialist III

Hi,

Go to edit script. Then click on the table files button.  Select the QVD. The code snippet will get inserted. Running this will load data from the QVD.

thanks,

Rajesh Vaswani

its_anandrjs
Champion III
Champion III

Hi,

Create the variable and store the QVD path there

Ex:-

//Suppose this is your QVD location

LET vPath ='D:\Data\';

//Load the QVD from any location and you have to load SalesTransaction.qvd

Load * From $(vPath)SalesTransaction.qvd;

Regards

Anand

Not applicable
Author

Hi,

in script

go to  table files-->go to ur qvd file locations-->

select ur qvd and ok

automatically qvd will loaded