<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: $(Must_Include) Not loading variables into the App read from a file in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Must-Include-Not-loading-variables-into-the-App-read-from-a-file/m-p/2036741#M85409</link>
    <description>&lt;P&gt;Yes I did test that process. I loaded the TXT file into Qlik and built a sheet that shows the data. Then downloaded to&amp;nbsp; excel and copied the Let statements into the script and loaded them successfully. Then checked the variables created by the load and they appeared and created valid links.&lt;/P&gt;
&lt;P&gt;I still can't believe that it can be this difficult, Any help is very appreciated.&lt;/P&gt;
&lt;P&gt;Thanks team&lt;/P&gt;</description>
    <pubDate>Fri, 10 Feb 2023 21:35:10 GMT</pubDate>
    <dc:creator>wcoleman0908</dc:creator>
    <dc:date>2023-02-10T21:35:10Z</dc:date>
    <item>
      <title>$(Must_Include) Not loading variables into the App read from a file</title>
      <link>https://community.qlik.com/t5/App-Development/Must-Include-Not-loading-variables-into-the-App-read-from-a-file/m-p/2031705#M84977</link>
      <description>&lt;P&gt;For whatever reason I'm missing what the possible issue might be. My task is to create a file defining variables I want loaded into the App. (QlikSense) November 2022 release&lt;/P&gt;
&lt;P&gt;I'm building the file via an App that does the following:&lt;/P&gt;
&lt;P&gt;Build_Include:&lt;BR /&gt;NoConcatenate&lt;BR /&gt;Load distinct /*** Build the links ***/&lt;BR /&gt;ObjectId,&lt;BR /&gt;SheetId,&lt;BR /&gt;'Let v' &amp;amp; Dashboard &amp;amp; '_' &amp;amp; [Sheet Name] &amp;amp; ' = ' &amp;amp; Chr(39) &amp;amp; '$(vServerName)' &amp;amp; ObjectId &amp;amp; '/sheet/' &amp;amp; SheetId &amp;amp; Chr(39) &amp;amp; ';' as Global_Include_Links&lt;BR /&gt;resident XXXXX&lt;/P&gt;
&lt;P&gt;DROP Fields ObjectId, SheetId from Build_Include;&lt;/P&gt;
&lt;P&gt;STORE [Build_Include] INTO [Lib://Folder1/Global_Variables.txt] (txt);&lt;/P&gt;
&lt;P&gt;The data in the file looks like this when i view&amp;nbsp;Global_Include_Links it in a sheet:&lt;/P&gt;
&lt;P&gt;Let vDashboard 1 = '&lt;A href="https://localhost/11111111111111/sheet/555555555555" target="_blank"&gt;https://localhost/11111111111111/sheet/555555555555&lt;/A&gt;';&lt;BR /&gt;Let vDashboard 2 = '&lt;A href="https://localhost/12121212121212/sheet/444444444444" target="_blank"&gt;https://localhost/12121212121212/sheet/444444444444&lt;/A&gt;';&lt;BR /&gt;Let vDashboard 3 = '&lt;A href="https://localhost/13131313131313/sheet/666666666666" target="_blank"&gt;https://localhost/13131313131313/sheet/666666666666&lt;/A&gt;';&lt;BR /&gt;Let vDashboard 4 = '&lt;A href="https://localhost/14114141414141/sheet/456456456456" target="_blank"&gt;https://localhost/14114141414141/sheet/456456456456&lt;/A&gt;';&lt;/P&gt;
&lt;P&gt;I attempt to load it using the following script:&lt;/P&gt;
&lt;P&gt;$(Must_Include=[lib://Folder1/Global_Variables.txt] (txt);&lt;/P&gt;
&lt;P&gt;No errors and Afterword's, i look at the app variables and the 4 don't show.&lt;/P&gt;
&lt;P&gt;Can anyone see what I'm missing here?&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 16:56:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Must-Include-Not-loading-variables-into-the-App-read-from-a-file/m-p/2031705#M84977</guid>
      <dc:creator>wcoleman0908</dc:creator>
      <dc:date>2023-01-30T16:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: $(Must_Include) Not loading variables into the App read from a file</title>
      <link>https://community.qlik.com/t5/App-Development/Must-Include-Not-loading-variables-into-the-App-read-from-a-file/m-p/2031742#M84980</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;The text file that you are storing, includes additional information, such as ObjectId and SheetID, and those multiple fields are separated by commas (by default).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, the Must_include command includes the complete text to your script:&lt;/P&gt;
&lt;P&gt;&amp;lt;ObjectID&amp;gt;, &amp;lt;SheetID&amp;gt;,&amp;nbsp;&lt;SPAN&gt;Let vDashboard 1 = '&lt;/SPAN&gt;&lt;A href="https://localhost/11111111111111/sheet/555555555555" target="_blank" rel="nofollow noopener noreferrer"&gt;https://localhost/11111111111111/sheet/555555555555&lt;/A&gt;&lt;SPAN&gt;';&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;etc...&lt;BR /&gt;&lt;BR /&gt;So, this is not a valid script syntax. I'm surprised that you don't get any errors on those, but I think your variables cannot be populated this way. You should try storing the LET commands without the extra fields - that way it might actually work.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 18:29:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Must-Include-Not-loading-variables-into-the-App-read-from-a-file/m-p/2031742#M84980</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2023-01-30T18:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: $(Must_Include) Not loading variables into the App read from a file</title>
      <link>https://community.qlik.com/t5/App-Development/Must-Include-Not-loading-variables-into-the-App-read-from-a-file/m-p/2031744#M84981</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;It might be that yiu have forgotten the ending parenthesis&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;$(Must_Include=[lib://Folder1/Global_Variables.txt] (txt)&lt;FONT color="#FF0000"&gt;)&lt;/FONT&gt;;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Christos&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 18:34:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Must-Include-Not-loading-variables-into-the-App-read-from-a-file/m-p/2031744#M84981</guid>
      <dc:creator>ckarras22</dc:creator>
      <dc:date>2023-01-30T18:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: $(Must_Include) Not loading variables into the App read from a file</title>
      <link>https://community.qlik.com/t5/App-Development/Must-Include-Not-loading-variables-into-the-App-read-from-a-file/m-p/2031752#M84983</link>
      <description>&lt;P&gt;in the example script i removed the two fields you mentioned before storing the file as shown.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;DROP Fields ObjectId, SheetId from Build_Include;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 18:45:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Must-Include-Not-loading-variables-into-the-App-read-from-a-file/m-p/2031752#M84983</guid>
      <dc:creator>wcoleman0908</dc:creator>
      <dc:date>2023-01-30T18:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: $(Must_Include) Not loading variables into the App read from a file</title>
      <link>https://community.qlik.com/t5/App-Development/Must-Include-Not-loading-variables-into-the-App-read-from-a-file/m-p/2031762#M84986</link>
      <description>&lt;P&gt;I added the paren but still NG, &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;this is the error i'm getting..&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;The following error occurred:&lt;BR /&gt;Unknown statement: "'Let v' &amp;amp; Dashboard &amp;amp; '_' &amp;amp; [Sheet Name] &amp;amp; ' = ' &amp;amp; Chr(39) &amp;amp; '&lt;A href="https://localhost//sense/app/" target="_blank"&gt;https://localhost//sense/app/&lt;/A&gt;' &amp;amp; ObjectId &amp;amp; '/sheet/' &amp;amp; SheetId &amp;amp; Chr(39) &amp;amp; ';'"&lt;BR /&gt;"Let vDashboard 1 = '&lt;A href="https://localhost//sense/app/11111111111111/sheet/555555555555" target="_blank"&gt;https://localhost//sense/app/11111111111111/sheet/555555555555&lt;/A&gt;';"&lt;BR /&gt;"Let vDashboard 2 = '&lt;A href="https://localhost//sense/app/12121212121212/sheet/444444444444" target="_blank"&gt;https://localhost//sense/app/12121212121212/sheet/444444444444&lt;/A&gt;';"&lt;BR /&gt;"Let vDashboard 3 = '&lt;A href="https://localhost//sense/app/13131313131313/sheet/666666666666" target="_blank"&gt;https://localhost//sense/app/13131313131313/sheet/666666666666&lt;/A&gt;';"&lt;BR /&gt;"Let vDashboard 4 = '&lt;A href="https://localhost//sense/app/14114141414141/sheet/456456456456" target="_blank"&gt;https://localhost//sense/app/14114141414141/sheet/456456456456&lt;/A&gt;';"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 19:14:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Must-Include-Not-loading-variables-into-the-App-read-from-a-file/m-p/2031762#M84986</guid>
      <dc:creator>wcoleman0908</dc:creator>
      <dc:date>2023-01-30T19:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: $(Must_Include) Not loading variables into the App read from a file</title>
      <link>https://community.qlik.com/t5/App-Development/Must-Include-Not-loading-variables-into-the-App-read-from-a-file/m-p/2031765#M84987</link>
      <description>&lt;P&gt;This is strange, although you have included the underscore _ in the load "...&lt;SPAN&gt;Dashboard &amp;amp; '&lt;FONT color="#FF0000"&gt;_&lt;/FONT&gt;' &amp;amp; [Sheet Name]...&lt;/SPAN&gt;&amp;nbsp;",&amp;nbsp; it doesn't appear in your output and that might be an issue&lt;/P&gt;
&lt;P&gt;Could you please attach the txt to see how it is formed?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 19:22:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Must-Include-Not-loading-variables-into-the-App-read-from-a-file/m-p/2031765#M84987</guid>
      <dc:creator>ckarras22</dc:creator>
      <dc:date>2023-01-30T19:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: $(Must_Include) Not loading variables into the App read from a file</title>
      <link>https://community.qlik.com/t5/App-Development/Must-Include-Not-loading-variables-into-the-App-read-from-a-file/m-p/2031768#M84988</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I added a replace statement on the dashboard field from ' ' to '_'..... still very painfull. I'm sure its something stupid. It might be the double quotes in each statement only i'm not sure how to remove them.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Unknown statement: "'Let v' &amp;amp; Dashboard &amp;amp; '_' &amp;amp; [Sheet Name] &amp;amp; ' = ' &amp;amp; Chr(39) &amp;amp; '&lt;/SPAN&gt;&lt;A href="https://localhost//sense/app/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://localhost//sense/app/&lt;/A&gt;&lt;SPAN&gt;' &amp;amp; ObjectId &amp;amp; '/sheet/' &amp;amp; SheetId &amp;amp; Chr(39) &amp;amp; ';'"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Let vDashboard_1 = '&lt;/SPAN&gt;&lt;A href="https://localhost//sense/app/11111111111111/sheet/555555555555" target="_blank" rel="nofollow noopener noreferrer"&gt;https://localhost//sense/app/11111111111111/sheet/555555555555&lt;/A&gt;&lt;SPAN&gt;';"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Let vDashboard_2 = '&lt;/SPAN&gt;&lt;A href="https://localhost//sense/app/12121212121212/sheet/444444444444" target="_blank" rel="nofollow noopener noreferrer"&gt;https://localhost//sense/app/12121212121212/sheet/444444444444&lt;/A&gt;&lt;SPAN&gt;';"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Let vDashboard _3 = '&lt;/SPAN&gt;&lt;A href="https://localhost//sense/app/13131313131313/sheet/666666666666" target="_blank" rel="nofollow noopener noreferrer"&gt;https://localhost//sense/app/13131313131313/sheet/666666666666&lt;/A&gt;&lt;SPAN&gt;';"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Let vDashboard_4 = '&lt;/SPAN&gt;&lt;A href="https://localhost//sense/app/14114141414141/sheet/456456456456" target="_blank" rel="nofollow noopener noreferrer"&gt;https://localhost//sense/app/14114141414141/sheet/456456456456&lt;/A&gt;&lt;SPAN&gt;';"&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 19:49:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Must-Include-Not-loading-variables-into-the-App-read-from-a-file/m-p/2031768#M84988</guid>
      <dc:creator>wcoleman0908</dc:creator>
      <dc:date>2023-01-30T19:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: $(Must_Include) Not loading variables into the App read from a file</title>
      <link>https://community.qlik.com/t5/App-Development/Must-Include-Not-loading-variables-into-the-App-read-from-a-file/m-p/2031893#M85001</link>
      <description>&lt;P&gt;Just below &lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;without (txt)&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt; ;&amp;nbsp; also try to run in &lt;STRONG&gt;&lt;FONT color="#FF6600"&gt;DEBUG mode&lt;/FONT&gt;&lt;/STRONG&gt; to confirm if the file is being read&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;$(Must_Include=[lib://Folder1/Global_Variables.txt]) ;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 06:46:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Must-Include-Not-loading-variables-into-the-App-read-from-a-file/m-p/2031893#M85001</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2023-01-31T06:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: $(Must_Include) Not loading variables into the App read from a file</title>
      <link>https://community.qlik.com/t5/App-Development/Must-Include-Not-loading-variables-into-the-App-read-from-a-file/m-p/2032071#M85031</link>
      <description>&lt;P&gt;AFAIK you couldn't prevent the auto-quoting by storing any content containing quotes within a txt-file. But you don't need them because instead of using LET you could apply SET which didn't evaluate the statement else just taking the content as string.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 11:08:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Must-Include-Not-loading-variables-into-the-App-read-from-a-file/m-p/2032071#M85031</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2023-01-31T11:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: $(Must_Include) Not loading variables into the App read from a file</title>
      <link>https://community.qlik.com/t5/App-Development/Must-Include-Not-loading-variables-into-the-App-read-from-a-file/m-p/2032141#M85036</link>
      <description>&lt;P&gt;I know that you can set certain parameters along with the qualifier (txt), and one of them might be quoting=none, like this:&lt;/P&gt;
&lt;P&gt;STORE ... (txt, quoting=none)&lt;/P&gt;
&lt;P&gt;I never used it myself, but it might work...&lt;/P&gt;
&lt;P&gt;However, I must admit that loading variables this way is certainly over complicated. As an alternative, you could load the same values into a usual table and then load them into variables using the function Peek().&lt;/P&gt;
&lt;P&gt;Rob Wunderlich covers this technique in his Scripting session at the &lt;A href="https://masterssummit.com" target="_blank" rel="noopener"&gt;Masters Summit for Qlik&lt;/A&gt;, and I am describing it in detail in my book &lt;A href="https://amzn.to/3JsSkUl" target="_blank" rel="noopener"&gt;QlikView Your Business&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 13:02:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Must-Include-Not-loading-variables-into-the-App-read-from-a-file/m-p/2032141#M85036</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2023-01-31T13:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: $(Must_Include) Not loading variables into the App read from a file</title>
      <link>https://community.qlik.com/t5/App-Development/Must-Include-Not-loading-variables-into-the-App-read-from-a-file/m-p/2034590#M85257</link>
      <description>&lt;P&gt;I seem&amp;nbsp; &amp;nbsp;to be blind here, it shouldn't be this hard to build and read a file for the purposes of building a master include file file for developers to utilize. I'm attempting to build the Let statement needed in the script once the Must_Include is called. I'm including a sample App if anyone can please fix it so&amp;nbsp; can make this operational.&lt;/P&gt;
&lt;P&gt;Now i'm getting this:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The following error occurred:&lt;/SPAN&gt;&lt;BR aria-hidden="true" /&gt;&lt;SPAN&gt;Unknown statement: LINK&lt;/SPAN&gt;&lt;BR aria-hidden="true" /&gt;&lt;SPAN&gt;"vDashboard_1_Sheet_1 = '&lt;/SPAN&gt;&lt;A href="https://localhost/sense/app/123456789/sheet/987654321';" target="_blank" rel="noopener noreferrer" data-auth="NotApplicable" data-safelink="true" data-linkindex="0"&gt;https://localhost/sense/app/123456789/sheet/987654321';&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR aria-hidden="true" /&gt;&lt;SPAN&gt;"vDashboard_2_Sheet_2 = '&lt;/SPAN&gt;&lt;A href="https://localhost/sense/app/34567898765/sheet/7654329';" target="_blank" rel="noopener noreferrer" data-auth="NotApplicable" data-safelink="true" data-linkindex="1"&gt;https://localhost/sense/app/34567898765/sheet/7654329';&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR aria-hidden="true" /&gt;&lt;SPAN&gt;"vDashboard_3_Sheet_3 = '&lt;/SPAN&gt;&lt;A href="https://localhost/sense/app/76543456789/sheet/3215678';" target="_blank" rel="noopener noreferrer" data-auth="NotApplicable" data-safelink="true" data-linkindex="2"&gt;https://localhost/sense/app/76543456789/sheet/3215678';&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR aria-hidden="true" /&gt;&lt;SPAN&gt;"vDashboard_4_Sheet_4 = '&lt;/SPAN&gt;&lt;A href="https://localhost/sense/app/765344566789/sheet/32151111678';" target="_blank" rel="noopener noreferrer" data-auth="NotApplicable" data-safelink="true" data-linkindex="3"&gt;https://localhost/sense/app/765344566789/sheet/32151111678';&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Missing the 'Let' statement &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; .&amp;nbsp; Any help on this would be greatly appreciated.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sample App is included&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank y'all&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 17:35:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Must-Include-Not-loading-variables-into-the-App-read-from-a-file/m-p/2034590#M85257</guid>
      <dc:creator>wcoleman0908</dc:creator>
      <dc:date>2023-02-06T17:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: $(Must_Include) Not loading variables into the App read from a file</title>
      <link>https://community.qlik.com/t5/App-Development/Must-Include-Not-loading-variables-into-the-App-read-from-a-file/m-p/2034782#M85283</link>
      <description>&lt;P&gt;What happens by:&lt;/P&gt;
&lt;P&gt;set var =&amp;nbsp;&lt;A href="https://localhost/sense/app/123456789/sheet/987654321';" target="_blank" rel="noopener noreferrer nofollow" data-auth="NotApplicable" data-safelink="true" data-linkindex="0"&gt;https://localhost/sense/app/123456789/sheet/987654321;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 07:55:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Must-Include-Not-loading-variables-into-the-App-read-from-a-file/m-p/2034782#M85283</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2023-02-07T07:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: $(Must_Include) Not loading variables into the App read from a file</title>
      <link>https://community.qlik.com/t5/App-Development/Must-Include-Not-loading-variables-into-the-App-read-from-a-file/m-p/2035130#M85306</link>
      <description>&lt;P&gt;If you could be so kind, It might be easier to look at the sample app&amp;nbsp;I posted to see for yourself.&lt;/P&gt;
&lt;P&gt;The variable should be the name of the 'App_Sheet'&amp;nbsp; the link points after the 'Must_Include' runs. Here were just dynamically loading the current data instead of manually updating linked variables in the Apps. There could be many different uses for this functionality moving forward.&lt;/P&gt;
&lt;P&gt;This would be the desired results needed for the must include to actually work.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Let vDashboard_1_Sheet_1 = '&lt;/SPAN&gt;&lt;A href="https://localhost/sense/app/123456789/sheet/987654321';" target="_blank" rel="noopener noreferrer nofollow" data-auth="NotApplicable" data-safelink="true" data-linkindex="0"&gt;https://localhost/sense/app/123456789/sheet/987654321';&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This is what's not cooperating. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 17:54:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Must-Include-Not-loading-variables-into-the-App-read-from-a-file/m-p/2035130#M85306</guid>
      <dc:creator>wcoleman0908</dc:creator>
      <dc:date>2023-02-07T17:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: $(Must_Include) Not loading variables into the App read from a file</title>
      <link>https://community.qlik.com/t5/App-Development/Must-Include-Not-loading-variables-into-the-App-read-from-a-file/m-p/2035310#M85318</link>
      <description>&lt;P&gt;Currently I have no Sense available and could therefore not look into your application.&lt;/P&gt;
&lt;P&gt;Beside this make at first sure that your variables are working - means not outsourcing them in txt-files and loading them per include() else defining them directly within the script. At this point they must be working. The outsourcing is later only cut &amp;amp; paste in a txt-file and specifying the source within the include-statement. Often it's helpful not to develop the logic and syntax within the origin application else preparing a small dummy app with just a few records and objects to perform the development in a real-time mode.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 07:53:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Must-Include-Not-loading-variables-into-the-App-read-from-a-file/m-p/2035310#M85318</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2023-02-08T07:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: $(Must_Include) Not loading variables into the App read from a file</title>
      <link>https://community.qlik.com/t5/App-Development/Must-Include-Not-loading-variables-into-the-App-read-from-a-file/m-p/2036741#M85409</link>
      <description>&lt;P&gt;Yes I did test that process. I loaded the TXT file into Qlik and built a sheet that shows the data. Then downloaded to&amp;nbsp; excel and copied the Let statements into the script and loaded them successfully. Then checked the variables created by the load and they appeared and created valid links.&lt;/P&gt;
&lt;P&gt;I still can't believe that it can be this difficult, Any help is very appreciated.&lt;/P&gt;
&lt;P&gt;Thanks team&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 21:35:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Must-Include-Not-loading-variables-into-the-App-read-from-a-file/m-p/2036741#M85409</guid>
      <dc:creator>wcoleman0908</dc:creator>
      <dc:date>2023-02-10T21:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: $(Must_Include) Not loading variables into the App read from a file</title>
      <link>https://community.qlik.com/t5/App-Development/Must-Include-Not-loading-variables-into-the-App-read-from-a-file/m-p/2036836#M85412</link>
      <description>&lt;P&gt;It's still not really clear for me what do you do and where and why it behaved differently to your expectation.&lt;/P&gt;
&lt;P&gt;At first storing the variables from Qlik into a txt-file could work but as far as quotes are included it won't work - at least not without an external preparing because all quotes will be automatically quoted during the store-process. Important by such an approach is that only the variable-field is included within the store and that the field is named as a valid Qlik statement, for example like:&lt;/P&gt;
&lt;P&gt;t: load var1 as [set dummy = dummy;], var2 inline&amp;nbsp; [&lt;BR /&gt;var1, var2&lt;BR /&gt;set var1 = &lt;A href="http://www.google.com" target="_blank"&gt;www.google.com&lt;/A&gt;; , &lt;A href="http://www.google.com" target="_blank"&gt;www.google.com&lt;/A&gt;&lt;BR /&gt;let dummy =; , &lt;BR /&gt;];&lt;BR /&gt;store [set dummy = dummy;] from t into t.txt (txt);&lt;/P&gt;
&lt;P&gt;let var2 = peek('var2', 0, 't');&lt;/P&gt;
&lt;P&gt;drop tables t;&lt;/P&gt;
&lt;P&gt;$(must_include=[t.txt]);&lt;/P&gt;
&lt;P&gt;Further important is give attention to the differences of LET and SET - means is the variable-content is evaluated at first and only the result is assigned to the variable or just the content is taken as string.&lt;/P&gt;
&lt;P&gt;The above example contains now two approaches - one is storing the table as valid Qlik statements within a txt-file which is later taken as include-variable and the another is to skip this storing-part and to assign the variable-values per peek() to a variable.&lt;/P&gt;
&lt;P&gt;Regarding to your origin description I would probably go with the peek() approach - within an include-variable. This means the first load to combine multiple field-information within a table would be already outsourced together with a loop over the table which fetched the variable names and values and assigned them appropriately.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Feb 2023 15:57:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Must-Include-Not-loading-variables-into-the-App-read-from-a-file/m-p/2036836#M85412</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2023-02-11T15:57:28Z</dc:date>
    </item>
  </channel>
</rss>

