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: 
renuka_sasikumar
Creator III
Creator III

Incremental load

Hello,

Load * from xyz_2016_12 c

inner join Table b on c.x=b.x

where c.date>='2016-Dec-01' and c.date<'2016-Dec-26';

Here my table name changes according to the month.

For eg: jan = 01

            feb = 02 .......

I want to write incremental load for last two days, where I have to also see that my previous two dates including last month & current month.

Like 02 jan 2017 if i am taking increment last two days will be 01 jan 2017 & 31 dec 2016

Can anyone help on this.

0 Replies