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 Loading Timestamp Error

Hi

I have tried formatting the timestamp in all the ways that are referred in the community. In simple words, I am tired of searching answer for my problem.

I want a query string which needs to look for the modified_date field for values greater than 2/8/2013 3:32:19 PM which is stored in $(LastExecTime) .

ANy help on this ??

2 Replies
sivarajs
Specialist II
Specialist II

Select * from table where modified_date>'$(LastExecTime)';

SunilChauhan
Champion II
Champion II

try to put it in sigle quotes

modified_date>'$(LastExecTime)'

hope this helps

Sunil Chauhan