Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
The typical way to do this is to store your variable in a text file and then use the Include function in the data load editor to bring it in. You'll need to add that Include statement to every app.
The typical way to do this is to store your variable in a text file and then use the Include function in the data load editor to bring it in. You'll need to add that Include statement to every app.
Thanks for the reply Lauri.. According to your solution I have included the file but this also seek for a path right.. which needs to declared in every app.
Though i want to run report without changing in every app, irrespective of environment. That's the reason I want to set connection string as Global Variable.
I have included below script :
LET vServerName=ComputerName();
If vServerName='XXX' THEN 'PROD'...
Please help if there is anything such as Global Variable which can be declared once and can be utilized in every app.