Skip to main content
Announcements
April 9th: The AI Roadmap: 6 Landmarks for AI-ready Data and Analytics: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Incremental Load

How can I load the incremental data in QLikview?

10 Replies
Oleg_Troyansky
Partner Ambassador/MVP

Typically you use QVD files to store older data and you add newer data from the database. Search Online Help for "Incremental Load", there is a nice article there, with examples and explanations.

Oleg

sna
Partner - Contributor III

We have a documentation around Incremental load. This particular paper is about how QlikTech uses Salesforce data, but you find the actual scripts for incremental load in there also.

QlikOpedia - Best Practices : Click Here

SalesForce - Content : Click Here (Need SFDC login)

Shima

johnw
Champion III

There's an example of doing incremental loads in Rob Wunderlich's QlikView Cookbook. The example doesn't handle incremental deletes, if that's a requirement. To do that, I join back to the list of keys still in the database, which has the effect of deleting from the QlikView table.

Not applicable
Author

Hi Shima, I'm a newbie in QlikView's technology. Could you kindly tell me how can I access to QlikOpedia - Best Practices? When I click on the link you have posted opens a message box where you must enter your username and password and there is no possibility to register.

Thanks for all

Roberto

sna
Partner - Contributor III

If you do not have login, I would recommend you to download Salesforce qvw file available in demo.qlik.com. it is called "Salesforce", and in the scripts of the qvw file, you should be able to see a sample of incremental load. I hope it helps.

Shima

Not applicable
Author

Hi robertsc,

For incremental load you would like to implement in Qlikview then, you can follow above posts...otherwise in qlikview help menu u can find like "

Using QVD files for incremental load"



that it will give you some what idean how to implement.

Regards,

Ravi...

Not applicable
Author

Hi Shima,

I went to through salesforce.qvw but I am not able to understand how they are doing the incremental load as it is happening in so many places. Requesting you to work on it in my small document which I have attached so it it is understandable for me.

sna
Partner - Contributor III

Here is the documentation I was suggesting earlier. This is about 1.5 yrs old, but you should be able to get the idea of what we are trying to accomplish. I hope this helps.

Shima

pgalvezt
Specialist

Hi there,

John thanks for that application its really good. But what happens if you have more than one table. Should I repeat the incremental code for each table or not?