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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Incremental Loading in QMC

Hi Everyone,

I'm new in using Qlik. With regards to incremental loading, is QMC's Tasks (scheduled data loading) do the incremental loading automatically or should we include the incremental loading script in each of our Qlik App? Many Thanks.

Regards

Mer

1 Solution

Accepted Solutions
Peter_Cammaert
Partner - Champion III
Partner - Champion III

Loading data incrementally is done entirely in a Load script which is part of every QlikView application (QVW). There are no predefined tools or tricks to do an incremental load (aside from the BUFFER prefix) which has a big advantage (unlimited flexibility) and an equally big disadvantage (you have to do it all by yourself). On the plus side, there are a massivme amount of documents-articles-discussions-examples-demo's-working documents available in this community that all implement incremental loads in some form or another. At least one of them will fit your needs.

A good place to start is Incremental Load in Qlikview - Sources

Just joking. Better start with this official Qlik presentation: Incremental Load Scenarios.pdf

Peter

View solution in original post

5 Replies
Anonymous
Not applicable
Author

Incremental Loads are usually done in a QVD Generator qvw app.  This app is then set up as a QMC Scheduled Task.

richard_chilvers
Specialist
Specialist

I usually have a QlikView app which does the incremental load and saves the latest data to a QVD file. This can be scheduled to run whenever you'd like.

Then other QV apps can (quickly) access the QVD file.

Not applicable
Author

Great stuff guys. Is this the same case with Qlik Sense? I'm assuming it is

Peter_Cammaert
Partner - Champion III
Partner - Champion III

Loading data incrementally is done entirely in a Load script which is part of every QlikView application (QVW). There are no predefined tools or tricks to do an incremental load (aside from the BUFFER prefix) which has a big advantage (unlimited flexibility) and an equally big disadvantage (you have to do it all by yourself). On the plus side, there are a massivme amount of documents-articles-discussions-examples-demo's-working documents available in this community that all implement incremental loads in some form or another. At least one of them will fit your needs.

A good place to start is Incremental Load in Qlikview - Sources

Just joking. Better start with this official Qlik presentation: Incremental Load Scenarios.pdf

Peter

Not applicable
Author

Thanks a lot guys