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

Resident load and Inline load

Can you explain about Resident Load and Inline load?

4 Replies
albert_guito
Creator II
Creator II

Hi,

LOAD INLINE will create a table into the qlik document.

RESIDENT LOAD will create a new table getting the data from a previous loaded table.

See qlik documentation on:

https://help.qlik.com/en-US/qlikview/November2018/Subsystems/Client/Content/QV_QlikView/Scripting/Sc...

https://help.qlik.com/en-US/sense/November2018/Subsystems/Hub/Content/Sense_Hub/Scripting/load-data-...

Ag+

 

Ag+
Somasundaram
Creator III
Creator III

Resident load-- load data from already loaded table/field.
Inline load - Create a table in run time.

-Somasundaram

If this resolves your Query please like and accept this as an answer.
Wlad_Masi
Employee
Employee

Hello Saiharsha799,

Let us know if you still need help understanding Inline and resident load or if the great comments of Albert and Somasundaram helped you already.

If you have no further questions please mark one of the post as the solution for this thread so other people can use this information please.
To help users find verified answers, please don't forget to mark a correct resolution or answer to your problem or question as correct.
vfarmak
Contributor
Contributor

Resident load: you use a table which is created at a previous step in the load script editor
Inline load: you create the table explicitly with its corresponding values. No need to associate with QVD files.