Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 ?
are your tables stored in qvd files?
yes you need second load script.
resident another file isn't possible,
also binary with Qlik Sense on server won't work.
Hi
Please try to use On demand App concept. It may help.
Thanks
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.