Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
juleshartley
Specialist
Specialist

Incremental load to replace last month

Hi All,

i have built an incremental load that uses the following simple logic:

Tbl: Load data from .csv for latest month, create date key '%keyDate'

Set vLatestDate = Peek(%keyDate)

concatenate (Tbl)

Load data from historic.qvd where date key <> vLatestDate

Where I am struggling is - I would like to replace the <>vLatestDate above with a 'NOT EXISTS' clause so that it can load in an optimized fashion... but I can't get the logic to work!

Any help gratefully received! Thanks.

1 Reply
juleshartley
Specialist
Specialist
Author

Can anybody help with this?