Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Partial Load

i already loaded some data.and i want to load one extra table how?

3 Replies
Michael_Tarallo
Employee
Employee

Hi Ramesh,

You would just add the extra table and reload.

let us know how you do.

When applicable please mark the appropriate replies as CORRECT. This will help community members and Qlik Employees know which discussions have already been addressed and have a possible known solution. Please mark threads as HELPFUL if the provided solution is helpful to the problem, but does not necessarily solve the indicated problem. You can mark multiple threads as HELPFUL if you feel additional info is useful to others.

Regards,

Michael Tarallo (@mtarallo) | Twitter

Qlik

Regards,
Mike Tarallo
Qlik
vishsaggi
Champion III
Champion III

You want to do a partial reload or just want to add another extra table?

Table1:

LOAD ....

FROM .... ;

ADD

Table2:

LOAD * ....

FROM ....;

When you do a normal reload on Table1 and want to do a partial reload on Table2 just add "ADD" before table2 and click Partial Reload from File menu or Ctrl + Shift + R. So when you do that only table2 will be reloaded.

passionate
Specialist
Specialist

Hi Ramesh,

Use below :

Add only

LOAD *

FROM

(ooxml, embedded labels, table is Access);

and then partial Reload (Cntl+Shift+R);