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

Accessing Data from one QlikSense App in different QlikSense App

Hi,

in my current project we have a very special use case which would require us to read data from the load script of one QlikSense App with a second QlikSense App. Is there any way to make this possible?

Thank you
Lukas

3 Replies
Gysbert_Wassenaar

You could try using a binary load: https://help.qlik.com/en-US/sense/November2018/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegu...

Or you could make the first app store all the tables in its data model into qvd files and make the second app load the data from those qvd files.

talk is cheap, supply exceeds demand
Lukas
Partner - Contributor
Partner - Contributor
Author

Unfortunately this wont work as I would also need to be able to read values of script variables.

Gysbert_Wassenaar

You could put the script that generates the variables in a text file and use the INCLUDE statement to include that text file in both documents. See https://help.qlik.com/en-US/sense/November2018/Subsystems/Hub/Content/Sense_Hub/Scripting/SystemVari...

talk is cheap, supply exceeds demand