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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

LoadContainerGlobalVariables

Hi,

trying to create the global variables as per below but getting "script line error".

Any I dea what might be the problem?

Call LoadContainerGlobalVariables (MyContainerName);

Brgds,

Olle

1 Reply
magavi_framsteg
Partner - Creator III
Partner - Creator III

Hi Olle.

You should enclose MyContainerName in single quotation marks.

For example:

call LoadContainerGlobalVariables('MyContainerName');

Please mark the thread as answered should it solve your issue.