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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
YashodaAnalytic
Contributor II
Contributor II

Trouble with Incremental Data Loading into QVD File

Hello community,

I'm having trouble adding incremental data into a QVD file named YH1.qvd. Here's the code I'm using:

TableYH1:
Load *
FROM [lib://DataFiles/YH2.qvd]
(qvd);

concatenate

LOAD
*
FROM [lib://DataFiles/YH1.qvd]
(qvd);

store TableYH1 into [lib://DataFiles/YH1.qvd] (QVD);

 

The issue is that I'm unable to change YH1.qvd. Can someone help me understand what's wrong?

Regards
Bhavya

 

Labels (3)
10 Replies
YashodaAnalytic
Contributor II
Contributor II
Author

Hi @Or ,

Thank you for the help. I tried creating a new app, a new QVD, and followed all the advice, and it's working now.