Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am working through the Qlik Continuous Classroom lessons. I use Qlik Sense Enterprise edition, and the lesson today is the "Externalise environment variables by using a Must_include statement" module.
Our admin has already created a folder for me on their server where I can save files and access them. I've done that before but I cannot get this txt file to load.
Please see the attached screenshots. I cannot see anything wrong with the syntax. The server location syntax looks identical to what you'd get if you simply selected the folder via the Data Connections panel. Any ideas why Qlik keeps returning an error message when I load the script?
thank-you
HI @Jock
Your folder name contains the square bracket already, so it throws error. In order to resolve the issue, we can use double quotes.
HI @Jock
Try with double quotes instead of square bracket.
$(Must_Include="lib://test [training] /Variables.txt");
Hi @Mayil Vahanan R
The double quotes worked! thank-you. I'm curious to know why the Qlik tutorial video example used square brackets.
warm regards,
HI @Jock
Your folder name contains the square bracket already, so it throws error. In order to resolve the issue, we can use double quotes.
thank-you sir! your insights are very much appreciated