Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
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.