Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
wwengso3141
Contributor
Contributor

Set Dynamic variable to Shared Spaces path

Hi, I have created several shared and managed spaces in Qlik Sense Saas, in which one for development, one for testing and one for production. I have one script that will apply in all the shared and managed spaces. Is there a way to create dynamic spaces variable so that I won't have to rename the filepath based on the shared/managed space name. Below are the example of the script

LET vspace = 'Dev-01'; - this is hardcoded for the specific shared/managed spaces
LET vpath= 'lib://$(vspace):DataFiles';

Labels (4)
0 Replies