Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
kevbrown
Creator II
Creator II

Updating QVD

I have a document that runs off a QVD, the problem I have is that the QVD has old data that is no longer updated but I need the data in my final output.  Every month I need to add the last months information and was wondering if i can append the months data to the old data without reloading the whole dataset

Thanks

1 Solution

Accepted Solutions
Anonymous
Not applicable

3 Replies
Anonymous
Not applicable

Yeah, you can, something like following threads:

Incremental load in Qlikview

Incremental Load in Script

Incremental reload and store into QVD file

Hope this will help!!

buzzy996
Master II
Master II

yes,u can do by implementing Incremental load concept on ur load statement with out pulling previous data which u r having on ur .qvd.

pls share for incremental load script on community.

hope helps,

Kushal_Chawda

You can perform the partial reload which will append the newly data to Old data without loading old data.