Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

am using sql table in incremental load.am reload my script its following error is occured.can u please tell me where the problem?

am attached my script and error screen shot .please find the attachment.

Thanks & regards

raja

5 Replies
Not applicable
Author

Hi raja,

looks like your variable isn't being handled as expected, try single quotes around it in your where clause
'$(vLastDateUpdate)'

Joe

MK_QSL
MVP
MVP

Use

Where LASTUPDATE  > '$(vLastUpdateDate)';

Not applicable
Author

Hi Joe,

when am loading the sql table.where clause not working on that table

Not applicable
Author

same error occured

marcus_malinow
Partner - Specialist III
Partner - Specialist III

Try adding a TRACE command just before your Incremental_Load1 load to see if your variable is being set.

TRACE vLastUpdateDate = $(vLastUpdateDate);