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

maintain QVD

how many ways to maintain to store the QVDS

3 Replies
its_anandrjs
Champion III
Champion III

Hi,

Please elaborate more if you are asking about the Store then we can use Path to store the QVD

Ex;-

By using below syntax the TableName.qvd store in the QVW file folder

Store TableName into TableName.qvd;

But if you need to store in particular location then use variable path

Let vPath = 'C:\QvdFolder\';

Store TableName into $(vPath)TableName.qvd;

Regards

Anand

Not applicable
Author

Thanks Anand

I mean to find out the different ways to store the QVD

one way is (Store ..into..)

is there any other ways to store QVDs?

its_anandrjs
Champion III
Champion III

No i believe only Store is there by the help of any QVW and by Store command in the load script.

Regards

Anand