Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Incremental Load

Hi All,

I'm trying to do a Insert and Update Incremental Load but it's unable to function. I have two date fields in my DB table (insert date and update date) and I'm using the update date as the modified date. Please find attached the copy and please provide assistance in implementing it.

Thanks in Advance,

1 Solution

Accepted Solutions
sunny_talwar

Can you add single quotes around  the variable?

Where updatedate > '$(vLastRunTime)'

View solution in original post

6 Replies
sunny_talwar

When you say it is unable to function, are you getting some kind of error? What isn't working?

Not applicable
Author

Thanks for the speedy reply Sunny.Capture.PNG

sunny_talwar

vLastRunTime variable needs to be formatted correctly.

vLastRunTime = Date(Today(), 'DD-MMM-YYYY')

Not applicable
Author

Capture.PNGCapture1.PNG

I'm getting the above error.

sunny_talwar

Can you add single quotes around  the variable?

Where updatedate > '$(vLastRunTime)'

Not applicable
Author

Thanks Sunny for all your help.