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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Vijaydurga
Contributor II
Contributor II

how to apply incremental load for multiple tables please give some example

 

 

 

Table1:
LOAD CUSTID,
DATE,
OFFICE,
SALES
FROM
[C:\Users\Vijay\Desktop\Book2.xls]
(biff, embedded labels, table is Sheet4$);

Table2:
LOAD COUNTRY,
CITY,
OFFICE
FROM
[C:\Users\Vijay\Desktop\Book2.xls]
(biff, embedded labels, table is Sheet5$);


Table3:
LOAD CUSTID,
DOMAIN
FROM
[C:\Users\Vijay\Desktop\Book2.xls]
(biff, embedded labels, table is Sheet6$);

 

Vijaydurga_1-1638886884308.png

 

 

1 Reply
Or
MVP
MVP

https://help.qlik.com/en-US/qlikview/May2021/Subsystems/Client/Content/QV_QlikView/QVD_Incremental.h...

If you have specific questions not covered by the documentation, you're welcome to ask, but in your situation it doesn't look like there's anything unusual, just one date field in one table that you could presumably incremental-reload off of.