Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
Hi,
Below attached file will help you for incremental load.