Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Incremental reload

Hi,

I have a QlikView application which loads the data from a
oracle database...

SELECT * FROM DB."DATE_DIMENSION";

Is there a way to do an incremental update of the data (only reload new data)
without loading the entire data of the db.

How is it possible...?

62 Replies
vikasmahajan

Thanks for Sharing

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
vikasmahajan

Can you tell me please what  UPPER(incremental_build)  in your script.

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
Not applicable
Author

Hi , If you want Implement the Incremental loading the table must have below characteristics depends on your Incremental load type:

Only INSERT or NEW --> DATE FIELD (This must be tells us weather row is new or not w.r,t previous load)

INSERT & UPDATE --> DATE FIELD & PRIMARY KEY

INSERT, UPDATE & DELETE --> DATE FIELD & PRIMARY KEY