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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
mmg1984
Contributor II
Contributor II

Export QVDs from a QVF

I need to export the data from a QVF to QVDs, I have just imported but is not finding any table when I run the following script:

binary [lib://Root/xxx.qvf];

Set vPathQVD='lib://Root/xxx/1.QVD';

FOR vCount = 0 to NoOfTables()-1

LET vTableName = TableName($(vCount));

STORE $(vTableName) INTO [$(vPathQVD)/$(vTableName).qvd] (qvd);

NEXT vCount

 

Any idea how can I do it?

Labels (1)
1 Solution

Accepted Solutions
saso70
Partner - Creator II
Partner - Creator II

1 Reply
saso70
Partner - Creator II
Partner - Creator II

Hi, please check this article probably will help you https://analyticshub.io/2020/04/11/generate-qvd-files-from-qlik-sense-application/