Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Incremental load for Updation

Hi,

can nay body suggests if data has some modifications to existed and inserted new records and deletions is also there.

suggest me for this type scenario best executable code.

Regards

Mahesh T

1 Solution

Accepted Solutions
maxgro
MVP
MVP

in the qlikview online help search for qvd and select "Using QVD Files for Incremental Load"

you find 4 different case and script example

1) Case 1: Append Only (typically log files

2) Case 2: Insert Only (No Update or Delete)

3) Case 3: Insert and Update (No Delete)

4) Case 4: Insert, Update and Delete

View solution in original post

2 Replies
marcus_sommer

Look here: Incremental Load.

- Marcus

maxgro
MVP
MVP

in the qlikview online help search for qvd and select "Using QVD Files for Incremental Load"

you find 4 different case and script example

1) Case 1: Append Only (typically log files

2) Case 2: Insert Only (No Update or Delete)

3) Case 3: Insert and Update (No Delete)

4) Case 4: Insert, Update and Delete