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';