Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
paulwalker
Creator II
Creator II

Incremental Load

Hi Community,

I have one Query..

I have done incremental load, my Date filed format in String.

its taking more time to reload..

Any effect String format??

Thanks in Advance..

1 Reply
Chanty4u
MVP
MVP

hi,

u can  create a datefield from that and load again

Date(Date#(Datefield, 'YYYYMM')) as NewDate


or


Date(Date#(Datefield, 'DateFormat')) as NewDate