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

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Incremental Load using the QVD Creation time


Hi,

Can anyone please explain how incremental Loading could be acheived using qvd creation time and also if there are any other ways to perform Incremental Loading.Thanks in advance

2 Replies
ashfaq_haseeb
Champion III
Champion III

Hi,

You can define he variable in backend like below

let vReload = ReloadTime();

And use this variable for incremental reload.

Note: this may not be correct if you are working on transactional databases as data changes ever second.

I would suggest you to use max date from qvd instead.

Regards

ASHFAQ

Not applicable
Author

Hi,

Below attached file will help you for incremental load.