<?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: A dynamic path for reload – Sense desktop in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/A-dynamic-path-for-reload-Sense-desktop/m-p/85611#M5689</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not add a variable value in a text document, store it in somewhere in shared location?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the user would open the document and change the value to reload the app....&lt;/P&gt;&lt;P&gt;Create a new folder connection for your variable text&lt;/P&gt;&lt;P&gt;In that you can store&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Let manual_loadflag = 'N'; // Y for Yes and N for No //&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your Qlik script store&lt;/P&gt;&lt;P&gt;LET vInclude_Directory = '..\Includes\Variables.txt';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IF&lt;/STRONG&gt;&amp;nbsp; '$(manual_loadflag)' = 'Y'&amp;nbsp; &lt;STRONG&gt;THEN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;From...;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Else&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;From....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would mean an end user can open the text file, change the variable from Y to N depending on what he want&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Oct 2018 11:44:59 GMT</pubDate>
    <dc:creator>MK9885</dc:creator>
    <dc:date>2018-10-30T11:44:59Z</dc:date>
    <item>
      <title>A dynamic path for reload – Sense desktop</title>
      <link>https://community.qlik.com/t5/App-Development/A-dynamic-path-for-reload-Sense-desktop/m-p/85609#M5687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-align: left;"&gt;Hi,&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;I would like to enable the user to select the path to reload his data from (A list box).&lt;/P&gt;&lt;P style="text-align: left;"&gt;So his selection updates a path variable in the FROM statement.&lt;/P&gt;&lt;P style="text-align: left;"&gt;The user will reload in the conventional way, since there is no button in the UI.&lt;/P&gt;&lt;P style="text-align: left;"&gt;I'm opened to use an extension, but not sure about the needed logic.&lt;/P&gt;&lt;P style="text-align: left;"&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2018 08:37:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/A-dynamic-path-for-reload-Sense-desktop/m-p/85609#M5687</guid>
      <dc:creator>dafnis14</dc:creator>
      <dc:date>2018-10-29T08:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: A dynamic path for reload – Sense desktop</title>
      <link>https://community.qlik.com/t5/App-Development/A-dynamic-path-for-reload-Sense-desktop/m-p/85610#M5688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dafnis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think the variable declared in UI have any effect on the load script.&lt;/P&gt;&lt;P&gt;If the user can perform a reload and he or she want to change a file a recommend the data manager instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;General help on variables:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/September2018/Subsystems/Hub/Content/Sense_Hub/Variables/create-variable-using-dialog.htm" title="https://help.qlik.com/en-US/sense/September2018/Subsystems/Hub/Content/Sense_Hub/Variables/create-variable-using-dialog.htm"&gt;https://help.qlik.com/en-US/sense/September2018/Subsystems/Hub/Content/Sense_Hub/Variables/create-variable-using-dialog.…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 08:27:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/A-dynamic-path-for-reload-Sense-desktop/m-p/85610#M5688</guid>
      <dc:creator>undergrinder</dc:creator>
      <dc:date>2018-10-30T08:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: A dynamic path for reload – Sense desktop</title>
      <link>https://community.qlik.com/t5/App-Development/A-dynamic-path-for-reload-Sense-desktop/m-p/85611#M5689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not add a variable value in a text document, store it in somewhere in shared location?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the user would open the document and change the value to reload the app....&lt;/P&gt;&lt;P&gt;Create a new folder connection for your variable text&lt;/P&gt;&lt;P&gt;In that you can store&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Let manual_loadflag = 'N'; // Y for Yes and N for No //&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your Qlik script store&lt;/P&gt;&lt;P&gt;LET vInclude_Directory = '..\Includes\Variables.txt';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IF&lt;/STRONG&gt;&amp;nbsp; '$(manual_loadflag)' = 'Y'&amp;nbsp; &lt;STRONG&gt;THEN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;From...;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Else&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;From....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would mean an end user can open the text file, change the variable from Y to N depending on what he want&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 11:44:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/A-dynamic-path-for-reload-Sense-desktop/m-p/85611#M5689</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2018-10-30T11:44:59Z</dc:date>
    </item>
  </channel>
</rss>

