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

Load data from another QS APP

How can i load data from another application in Qlik Sense Server ? Lets say that i have two apliacations on one Qlik Sense Server and i need some tables from the first one in the second one.
Would it be somethink like
LOAD
TABLE1
RESIDENT [NAMEOFAPPLICATION]
? Or do i need to set a new conection to the place where qlik sense apllication is saved and load data from it manualy ?

5 Replies
agigliotti
Partner - Champion
Partner - Champion

are your tables stored in qvd files?

martinpohl
Partner - Master
Partner - Master

yes you need second load script.

resident another file isn't possible,

also binary with Qlik Sense on server won't work.

Mark_Little
Luminary
Luminary

Hi Adam,

Take a look at the below.

Qlik Sense substitute for BINARY load

Hope it helps.

Mark

prithviram777
Partner - Contributor III
Partner - Contributor III

Hi

Please try to use On demand App concept. It may help.

Thanks

ogster1974
Partner - Master II
Partner - Master II

1. Store the content you want for App2 from App1 in qvds as part of its load.

2. Load content from App1 qvds into App2 during its load.

3. Schedule task to run the load of App2 once App1 completes.