Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

generate qvd and store data

Hi,

I'm trying to store my data into a qvd, I used scripts like:

 

Store

Table into Table.qvd

1. I haven't specify the path where I want to save the qvd, but after reload I can't find it. Where's the default path of a generated qvd?

2. How to make the qvd under a specific path?

3. If I reload again, will the new data override the old data in the qvd?

Peter

1 Solution

Accepted Solutions
Sokkorn
Master
Master

Hi Peter,

Response to your question:

1. Make sure your script load successfully (if possible share your script here and then we figure out together). And if you we don't specific path of QVD then *.qvd file should stay at the same directory of your *.qvw

2. To save QVD in specific path we can use Store MyTable Into ;

3. Of cause the new data will override the old one.

Regards,

Sokkorn

View solution in original post

3 Replies
Sokkorn
Master
Master

Hi Peter,

Response to your question:

1. Make sure your script load successfully (if possible share your script here and then we figure out together). And if you we don't specific path of QVD then *.qvd file should stay at the same directory of your *.qvw

2. To save QVD in specific path we can use Store MyTable Into ;

3. Of cause the new data will override the old one.

Regards,

Sokkorn

mohanrajsubrama
Contributor II
Contributor II

Hi Peter,

             Find the attached .Hope this will help you.

Regards,

Mohanraj Subramanian.

Not applicable
Author

Hi use below statement. Hope this helps.

STORE [TableName] INTO '..\MyPath\QVDs\Test.qvd' (qvd);