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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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

Labels (1)
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);