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: 
niha
Creator II
Creator II

Ireuse the same script code between apps while only maintaining 1 code base

Hello,

How to achieve this?

If I wanted to reuse the same script code between apps while only maintaining 1 code base, how would I do this?

Regards,

Niha

1 Solution

Accepted Solutions
niha
Creator II
Creator II
Author

2 Replies
Lisa_P
Employee
Employee

You could keep the script in an external text file and call the script using the include variable.

https://help.qlik.com/en-US/sense/June2019/Subsystems/Hub/Content/Sense_Hub/Scripting/SystemVariable...

 

niha
Creator II
Creator II
Author

Thanks.