Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
alex666
Contributor
Contributor

Global Variables/Functions to Share Across Qlik Sense Apps

Hi,

Is there a way to create a global objects like variables or functions that can be pulled in any app in Qlik Sense. The goal is to not going thru every single Qlik app and change/duplicate manually. I went over to QMC and did not find any section to define that global object even as root admin.

Examples may include defining a function that takes a date as a parameter and returns a new date based off the logic. 

Labels (1)
1 Reply
pedrobergo
Employee
Employee

Hi @alex666 

Each app of Qlik Sense works separated, so the only way to share variables and scripting functions is using external files containing shared info.

Take a look on Include statement https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/SystemVariable...

And to pass parms to variables and scripting functions, please take a look on this https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/dollar-sign-ex...  

[],

Pedro