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: 
rammarthi
Creator
Creator

Garbage after Statement in Incremental Load

I Tried to perform incremental Load but repeatedly getting garbage after statement

Picture1.png

Attached is the complete script I used. I see this timestamp format problem. Can any one please resolve it for me.

1 Solution

Accepted Solutions
marcus_sommer

Try it with single-quotes around your variables to ensure a correct interpretation of the string-variable:

where num(Timestamp) > '$(vLUD)'

- Marcus

View solution in original post

2 Replies
marcus_sommer

Try it with single-quotes around your variables to ensure a correct interpretation of the string-variable:

where num(Timestamp) > '$(vLUD)'

- Marcus

Anil_Babu_Samineni

May be miss the Single Quote on you where clause.

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful