Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Incremental Load

Hi

I have following sales data going back to year 2014.  The actual model i have takes an hour to reload as it reloads all the data.  I want to reduce the reload time by applying incremental reload.  How do i accomplish this.  Basically, the incremental reload should be the last sales date.

Attached herewith is the data.

Kind regards

Nayan

10 Replies
its_anandrjs

When you load data by this statement Where Date > '$(vMaxDate)'; this will read only max records based on the available data if it is few rows and abusively there are few rows then it will take less time to load.