Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Rahul1977
Contributor
Contributor

Variables

How can I export variables from one app to another app in qliksense?

Labels (1)
4 Replies
JordyWegman
Partner - Master
Partner - Master

Hi Rahul,

You can do this with the Qlik API:

https://help.qlik.com/en-US/sense-developer/May2022/Subsystems/EngineAPI/Content/Sense_EngineAPI/Wor...

Jordy

Climber

Work smarter, not harder
pedrobergo
Employee
Employee

Hi @Rahul1977 

There are some options:

1. Creating an scripting and store info on text or qvd files.

https://community.qlik.com/t5/QlikView-App-Dev/Export-Variables-from-an-application/td-p/345013

2. Use Binary to load from another app.

3. If you´re using Client Managed, there some extensions.

[],

Pedro

JordyWegman
Partner - Master
Partner - Master

Hi @pedrobergo ,

Binary loads are not possible right? It loads everything except variables.

Jordy

Climber

Work smarter, not harder
pedrobergo
Employee
Employee

Hi @JordyWegman ,

You´re right, Binary cannot be used !

[],