Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
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.