Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a really complicated query that I am running now in qlik for a long period of time and extracting data and store it into qvd.
I want to move to incremental load but the script I tried was deleting data from the past 2 days.
Any idea how to make this work? I can send full extract app in private
i can give it a try
Hi @l26b Please share the query. I can give a try. I hope there is a date field already there as part of the Table.
I have done one where i will check if there is any existing qvd there with yesterdays date. if YES then load only todays data and concatenate with the existing QVD.
if none, it will create a new QVD with complete data.
This helped in cases where there were billions of records in the table.
Hi @l26b
Without seeing your app I can't suggest the best way to do an incremental load. A lot depends on whether you have a unique ID and/or update date field in the table.
This old blog post has some suggestions for different types of data. It was written about QlikView, but the script is entirely identical in Sense:
https://www.quickintelligence.co.uk/qlikview-incremental-load/
Hope that helps.
Steve
Hi @l26b Could you share your script and a small sample of your data? It’ll be easier to help you.