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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

delta load on last updated date

hi gurus,

LAST_UPDATE_DATE=01-01-2014 00:00:00 AM

i want lo load data >=LAST_UPDATE_DATE>=01-0102011 '00:00:00'.

its loading data for 2009,2010 ...2014.

its doing full load instead of delta

how to filter load when date as time stamp with Ante meridian,post meridian

thanks in advance

Labels (1)
4 Replies
its_anandrjs
Champion III
Champion III

Hi,

Try with

Load *

From Source

Where

LAST_UPDATE_DATE >= '01-01-2011 00:00:00 AM'  and LAST_UPDATE_DATE <= '01-01-2014 00:00:00 AM';

Regards

Anand

anbu1984
Master III
Master III

What is your source?

Anonymous
Not applicable
Author

oracle

anbu1984
Master III
Master III

LAST_UPDATE_DATE>=To_date('01-01-2011 00:00:00','MM-DD-YYYY HH:MI:SS')