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

How to access variables created in one application to another application in Qliksense?

Hello All,

Is there any way in qliksense to reuse/access variables created in one application to another application? I don't want to recreate the same variables in another application.

2 Replies
petter
Partner - Champion III
Partner - Champion III

If you put all the shared variables, the script part defining them, into  a text file, then it is easy to include the text file in both applications.

The way to do it is:

$(must_include=sharedvariables.txt);

agigliotti
Partner - Champion
Partner - Champion

for this purpose and for others too, take a look at https://github.com/QlikDeploymentFramework/Qlik-Deployment-Framework

it could be useful for you.