<?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: Qlik Sense Desktop - Cannot Include using Relative filepath unless in Legacy Mode in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Desktop-Cannot-Include-using-Relative-filepath-unless/m-p/1252146#M25251</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And, slightly related, you can use relative paths in the Connections as shown in the attached screenshot.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Can create connections with relative paths and this screenshots suggests that.PNG" class="jive-image image-1" src="/legacyfs/online/148386_Can create connections with relative paths and this screenshots suggests that.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;The screenshot was taken from an app whose file is NOT located in the Qlik Sense App Directory,&amp;nbsp; (i.e. C:\Somewhere\Else)&lt;/P&gt;&lt;P&gt;Therefore the screenshot also illustrates that the working directory for a Connections' relative path, will STILL/ALWAYS be the Qlik Sense App Directory;&lt;/P&gt;&lt;P&gt;i.e. C:\Users\{you}&lt;SPAN style="font-size: 10pt;"&gt;\AppData\Local\Programs\Qlik\Sense&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jan 2017 05:28:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-01-05T05:28:59Z</dc:date>
    <item>
      <title>Qlik Sense Desktop - Cannot Include using Relative filepath unless in Legacy Mode</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Desktop-Cannot-Include-using-Relative-filepath-unless/m-p/1252129#M25234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both of these statements (which , by my understanding, use "relative paths") will cause a failure:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(Include=test.qvs);&lt;/P&gt;&lt;P&gt;$(Include=../test.qvs);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error message is vague, there is no specific "error" I can see other than this mentioned in the Data Load Editor output:&lt;/P&gt;&lt;P&gt;"&lt;SPAN style="color: #595959; font-family: 'Courier New'; font-size: 15px; font-weight: bold;"&gt;Data has not been loaded. Please correct the error and try loading again.&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Even though there are two test.qvs at those locations...&lt;/P&gt;&lt;P&gt;Which are relative to the &lt;A href="https://help.qlik.com/en-US/sense/3.1/Subsystems/Hub/Content/Scripting/SystemVariables/Include.htm"&gt;Qlik sense working directory&lt;/A&gt;, and its parent directory, which -- &lt;A href="https://help.qlik.com/en-US/sense/3.1/Subsystems/Hub/Content/Scripting/working-directory.htm"&gt;as this suggests &lt;/A&gt;-- are here for me:&lt;/P&gt;&lt;P&gt;C:\Users\nathanielanderson\Documents\Qlik\Sense\Apps\test.qvs&lt;/P&gt;&lt;P&gt;C:\Users\nathanielanderson\Documents\Qlik\Sense\test.qvs&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually, these statements (which, by my understanding, use "absolute paths")&amp;nbsp; DO work:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;$(Include=&lt;SPAN style="font-size: 13.3333px;"&gt;C:\Users\nathanielanderson\Documents\Qlik\Sense\Apps\test.qvs&lt;/SPAN&gt;);&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;$(Include=&lt;SPAN style="font-size: 13.3333px;"&gt;C:\Users\nathanielanderson\Documents\Qlik\Sense\test.qvs&lt;/SPAN&gt;);&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P&gt;Until I&amp;nbsp; make &lt;A href="https://help.qlik.com/en-US/sense/3.1/Subsystems/Hub/Content/LoadData/disable-standard-mode.htm"&gt;this change in my Settings.ini&lt;/A&gt; :&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;StandardReload=0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;After making that change -- ie. turning OFF Standard mode; turning ON legacy mode...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Then no errors with the relative paths or otherwise.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Maybe I must look in the &lt;A href="http://Error messages can be found in the script log file./"&gt;"script log files"?&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2016 03:38:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Desktop-Cannot-Include-using-Relative-filepath-unless/m-p/1252129#M25234</guid>
      <dc:creator />
      <dc:date>2016-12-30T03:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Desktop - Cannot Include using Relative filepath unless in Legacy Mode</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Desktop-Cannot-Include-using-Relative-filepath-unless/m-p/1252130#M25235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah! After checking my log file, which was located here:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;C:\Users\nathanielanderson\Documents\Qlik\Sense\Log\&lt;/STRONG&gt;{NameOfApp}.2016_12_30_03_36_53.72FAC0126907D3E08BF5.log&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could see a specific error message:&lt;/P&gt;&lt;P&gt;2016-12-29 20:36:53&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; No qualified path for file: "../test.qvs"&lt;/P&gt;&lt;P&gt;2016-12-29 20:36:53&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Execution Failed&lt;/P&gt;&lt;P&gt;2016-12-29 20:36:53&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Execution finished.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, it does work if I add the folder to my connections first, then use "lib:\\" notation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(Include=lib://Apps/test.qvs);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2016 03:44:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Desktop-Cannot-Include-using-Relative-filepath-unless/m-p/1252130#M25235</guid>
      <dc:creator />
      <dc:date>2016-12-30T03:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Desktop - Cannot Include using Relative filepath unless in Legacy Mode</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Desktop-Cannot-Include-using-Relative-filepath-unless/m-p/1252131#M25236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Also worth noting that the same script &lt;STRONG&gt;will &lt;/STRONG&gt;work in Qlik&lt;STRONG&gt;view &lt;/STRONG&gt;with no problems:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;$(Include=test.qvs);&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;$(Include=../test.qvs);&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Since Qlikview uses a "legacy" mode this reinforces the idea that "legacy mode" (StandardReload=0) &lt;STRONG&gt;is &lt;/STRONG&gt;the fix I want;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Now my only concern is that the "standard mode vs legacy mode" documentation suggests that &lt;STRONG&gt;absolute&lt;/STRONG&gt; paths wouldn't work..&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;to reuse &lt;/SPAN&gt;&lt;SPAN class="PrimaryQVGenericName" style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;QlikView&lt;/SPAN&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt; load scripts that &lt;STRONG&gt;refer to absolute or relative file&lt;/STRONG&gt; paths as well as library connections.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="font-size: 13.3333px;"&gt;And yet, for me, absolute paths (as well as "lib paths") did work even in Qlik Sense with StandardReload=1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2016 15:17:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Desktop-Cannot-Include-using-Relative-filepath-unless/m-p/1252131#M25236</guid>
      <dc:creator />
      <dc:date>2016-12-30T15:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Desktop - Cannot Include using Relative filepath unless in Legacy Mode</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Desktop-Cannot-Include-using-Relative-filepath-unless/m-p/1252132#M25237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qlik Sense distinguishes between legacy and standard mode, QlikView does not, only works with paths, not LIBs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Indeed, in Qlik Sense, you can use LIBs pointing to a folder structure, or you can use a relative or absolute path, the latter as long as the legacy mode is enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the issue of Desktop not reading the StandardReload = 0, since it is using an ini file, make sure Desktop is closed, then the modification is done in the ini file, then Desktop is open again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2016 15:25:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Desktop-Cannot-Include-using-Relative-filepath-unless/m-p/1252132#M25237</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2016-12-30T15:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Desktop - Cannot Include using Relative filepath unless in Legacy Mode</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Desktop-Cannot-Include-using-Relative-filepath-unless/m-p/1252133#M25238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Ah, I see now, Absolute paths actually have NOT been working for me... they just haven't failed explicitly (they fail &lt;STRONG&gt;silently)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;For example, if the contents of test.qvs are:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;SET vTestQvsVal = fake_outer_newer_12_30_2016_2;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;And I run this script:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;$(Include=C:\Users\nathanielanderson\Documents\Qlik\Sense\test.qvs);&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;The script load logs prints this line; i.e. it did NOT include test.qvs (absolute paths don't work in standard mode) NOR did it print an error about the problem:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;2016-12-30 08:25:42&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Execution finished.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;But if I run this script instead, or in addition to the above:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;$(Include=lib://WorkingDirectory/test.qvs);&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;The script load logs print this line; i.e. it DID include test.qvs:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;2016-12-30 08:27:03 0031 SET vTestQvsVal = fake_outer_newer_12_30_2016_2&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;2016-12-30 08:27:03&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Execution finished.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2016 15:28:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Desktop-Cannot-Include-using-Relative-filepath-unless/m-p/1252133#M25238</guid>
      <dc:creator />
      <dc:date>2016-12-30T15:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Desktop - Cannot Include using Relative filepath unless in Legacy Mode</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Desktop-Cannot-Include-using-Relative-filepath-unless/m-p/1252134#M25239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fail silently, indeed: &lt;A href="https://help.qlik.com/en-US/sense/3.1/Subsystems/Hub/Content/Scripting/SystemVariables/Include.htm" title="https://help.qlik.com/en-US/sense/3.1/Subsystems/Hub/Content/Scripting/SystemVariables/Include.htm"&gt;https://help.qlik.com/en-US/sense/3.1/Subsystems/Hub/Content/Scripting/SystemVariables/Include.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fail itself, it seems it is not reading the right .ini file or ignoring the setting of StandardReload. It does work for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On a different note, you have posted this in the QlikView area, not the Qlik Sense section. I recommend you to move it there so more people or even Qlik Support can chime in.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2016 15:33:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Desktop-Cannot-Include-using-Relative-filepath-unless/m-p/1252134#M25239</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2016-12-30T15:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Desktop - Cannot Include using Relative filepath unless in Legacy Mode</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Desktop-Cannot-Include-using-Relative-filepath-unless/m-p/1252135#M25240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qlik Sense is very API-oriented; I love that. So with everything I learn in Qlik Sense , I ask, is there an API call for that, in case I need to automate it or build it into a bigger app?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance, to create a connection (so I can use the "lib://") notation, I can use &lt;A href="https://help.qlik.com/en-US/sense-developer/3.1/Subsystems/EngineAPI/Content/Classes/AppClass/App-class-CreateConnection-method.htm"&gt;CreateConnection.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to modify Settings.ini (or whatever is the equivalent for a Server installation of Qlik Sense), specifically setting StandardReload=1 or StandardReload=0, using an API?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance, &lt;A href="https://help.qlik.com/en-US/sense-developer/3.1/Subsystems/ProxyServiceAPI/Content/ProxyServiceAPI/ProxyServiceAPI-Proxy-Settings.htm"&gt;could this be it?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2016 15:37:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Desktop-Cannot-Include-using-Relative-filepath-unless/m-p/1252135#M25240</guid>
      <dc:creator />
      <dc:date>2016-12-30T15:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Desktop - Cannot Include using Relative filepath unless in Legacy Mode</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Desktop-Cannot-Include-using-Relative-filepath-unless/m-p/1252136#M25241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think that would work in Desktop even if there is an endpoint for that, because although technically the Desktop is using a QIX engine, it does not listen to APIs by design (i.e: it is not a proper Qlik Sense server). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the server, it is not possible (yet) to do it via API, as far as I know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2016 15:44:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Desktop-Cannot-Include-using-Relative-filepath-unless/m-p/1252136#M25241</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2016-12-30T15:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Desktop - Cannot Include using Relative filepath unless in Legacy Mode</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Desktop-Cannot-Include-using-Relative-filepath-unless/m-p/1252137#M25242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;A href="https://community.qlik.com/qlik-users/17633"&gt;mbaeyens&lt;/A&gt;‌ -- I moved it, but now I can't reply to you directly...&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Oh! I see Miguel's point: I didn't notice&lt;A href="https://help.qlik.com/en-US/sense/3.1/Subsystems/Hub/Content/Scripting/SystemVariables/Include.htm?_ga=1.27081723.773569785.1476413312"&gt; &lt;STRONG style="text-decoration: underline;"&gt;it&lt;/STRONG&gt; literally says&lt;/A&gt; "fail silently":&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN class="statement" style="font-weight: bold;"&gt;Include&lt;/SPAN&gt; does not generate an error if the file cannot be found, it will fail silently.&lt;/LI&gt;&lt;/UL&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Then I don't know why it "fails loudly" when I use a relative path:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;"&lt;SPAN style="color: #595959; font-family: 'Courier New'; font-size: 15px; font-weight: bold;"&gt;Data has not been loaded. Please correct the error and try loading again.&lt;/SPAN&gt;"&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Not even using "." or "..", just directly looking inside working directory, exactly as shown on that documentation:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #0f0f0f; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px; background-color: #f4f4f4;"&gt;$(Include=abc.txt);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;And the log shows:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;2016-12-30 08:40:59&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; No qualified path for file: "abc.txt"&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I think I have been carefully changing Settings.ini and restarting Qlik Sense, per your instructions.&lt;STRONG&gt; I'm convinced there is just inconsistent treatment of absolute path vs relative path until I hear more.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2016 15:45:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Desktop-Cannot-Include-using-Relative-filepath-unless/m-p/1252137#M25242</guid>
      <dc:creator />
      <dc:date>2016-12-30T15:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Desktop - Cannot Include using Relative filepath unless in Legacy Mode</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Desktop-Cannot-Include-using-Relative-filepath-unless/m-p/1252138#M25243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Yeah, in fact if I do use Must_Include, it gives me clear error message for &lt;STRONG&gt;absolute&lt;/STRONG&gt;...&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;$(Must_Include=C:\Users\nathanielanderson\Documents\Qlik\Sense\test.qvs);&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;The following error occurred:&lt;/P&gt;&lt;P class="edc_error" style="padding: 0 10px; color: #595959; font-family: 'Courier New'; font-size: 15px; background: rgba(255, 38, 38, 0.2);"&gt;"$(INCLUDE= " cannot access the local file system in current script mode. Try including with LIB path&lt;/P&gt;&lt;P class="headline edc_error" style="padding: 0 10px; font-weight: bolder; color: #595959; font-family: 'Courier New'; font-size: 15px; background: rgba(255, 38, 38, 0.2);"&gt;The error occurred here:&lt;/P&gt;&lt;P class="edc_error" style="padding: 0 10px; color: #595959; font-family: 'Courier New'; font-size: 15px; background: rgba(255, 38, 38, 0.2);"&gt;?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;But still the same old message when I use &lt;STRONG&gt;relative&lt;/STRONG&gt;:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;$(Must_Include=test.qvs);&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #595959; font-family: 'Courier New'; font-size: 15px; font-weight: bold;"&gt;Data has not been loaded. Please correct the error and try loading again.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #595959; font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;(And in the log: &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #595959; font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;2016-12-30 08:46:52&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; No qualified path for file: "test.qvs")&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2016 15:47:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Desktop-Cannot-Include-using-Relative-filepath-unless/m-p/1252138#M25243</guid>
      <dc:creator />
      <dc:date>2016-12-30T15:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Desktop - Cannot Include using Relative filepath unless in Legacy Mode</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Desktop-Cannot-Include-using-Relative-filepath-unless/m-p/1252139#M25244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While I'm referring to a very specific version when copying the help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/3.1/Subsystems/Hub/Content/LoadData/disable-standard-mode.htm" title="https://help.qlik.com/en-US/sense/3.1/Subsystems/Hub/Content/LoadData/disable-standard-mode.htm"&gt;https://help.qlik.com/en-US/sense/3.1/Subsystems/Hub/Content/LoadData/disable-standard-mode.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case Qlik Sense 3.1, it could well be a bug in how Qlik Sense Desktop (not Enterprise) behaves with paths. Maybe it is worth checking with Qlik Support if that error is expected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2016 15:49:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Desktop-Cannot-Include-using-Relative-filepath-unless/m-p/1252139#M25244</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2016-12-30T15:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Desktop - Cannot Include using Relative filepath unless in Legacy Mode</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Desktop-Cannot-Include-using-Relative-filepath-unless/m-p/1252140#M25245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Script mode means Standard Mode is still set to 1, or in other words, Qlik Sense is working in Standard Mode, therefore not accepting any references to the filesystem directly unless you create a LIB for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you happen to be using the "DIRECTORY" key in your script if you copied it from QlikView?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2016 15:53:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Desktop-Cannot-Include-using-Relative-filepath-unless/m-p/1252140#M25245</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2016-12-30T15:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Desktop - Cannot Include using Relative filepath unless in Legacy Mode</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Desktop-Cannot-Include-using-Relative-filepath-unless/m-p/1252141#M25246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I think I'm clear on StandardMode=1;&lt;/P&gt;&lt;P&gt;I can work in the constraints of StandardMode; i.e. just create a LIB.&lt;/P&gt;&lt;P&gt;I am not using a DIRECTORY keyword in my script; my script is only the one line I printed here.&lt;/P&gt;&lt;P&gt;However, it's an interesting idea, maybe I can see how DIRECTORY will affect the behavior I am seeing.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2016 16:27:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Desktop-Cannot-Include-using-Relative-filepath-unless/m-p/1252141#M25246</guid>
      <dc:creator />
      <dc:date>2016-12-30T16:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Desktop - Cannot Include using Relative filepath unless in Legacy Mode</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Desktop-Cannot-Include-using-Relative-filepath-unless/m-p/1252142#M25247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will just leave this thread, since I can easily work around this inconsistent behavior. It's just curious.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2016 16:28:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Desktop-Cannot-Include-using-Relative-filepath-unless/m-p/1252142#M25247</guid>
      <dc:creator />
      <dc:date>2016-12-30T16:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Desktop - Cannot Include using Relative filepath unless in Legacy Mode</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Desktop-Cannot-Include-using-Relative-filepath-unless/m-p/1252143#M25248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, you shouldn't give up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lots of people are using Include in their script, and the QDF itself assumes that Include works as expected, so I would contact Qlik Support if what you see is not what you are expecting or not what it is documented in the official help.qlik.com site.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2016 16:31:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Desktop-Cannot-Include-using-Relative-filepath-unless/m-p/1252143#M25248</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2016-12-30T16:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Desktop - Cannot Include using Relative filepath unless in Legacy Mode</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Desktop-Cannot-Include-using-Relative-filepath-unless/m-p/1252144#M25249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, I will try when I have time... Qlik Support has been helpful in the past.&lt;/P&gt;&lt;P&gt;You said "QDF"&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Miguel Baeyens wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Well, you shouldn't give up.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Lots of people are using Include in their script, and the &lt;STRONG&gt;QDF&lt;/STRONG&gt; itself assumes that Include works as expected, so I would contact Qlik Support if what you see is not what you are expecting or not what it is documented in the official help.qlik.com site.&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;What is QDF? Qlikview Deployment Framework?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2016 18:17:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Desktop-Cannot-Include-using-Relative-filepath-unless/m-p/1252144#M25249</guid>
      <dc:creator />
      <dc:date>2016-12-30T18:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Desktop - Cannot Include using Relative filepath unless in Legacy Mode</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Desktop-Cannot-Include-using-Relative-filepath-unless/m-p/1252145#M25250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, sorry, I try to not use acronyms in public sites so everybody knows what I'm talking about and I forgot this time, but you are right, QDF stands for Qlik Deployment Framework, which has been published in GitHub and which you can follow up in its own group in the Community for new updates, features, issues, comments, etc.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/group/1224"&gt;Qlik Deployment Framework&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2017 11:00:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Desktop-Cannot-Include-using-Relative-filepath-unless/m-p/1252145#M25250</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2017-01-03T11:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Desktop - Cannot Include using Relative filepath unless in Legacy Mode</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Desktop-Cannot-Include-using-Relative-filepath-unless/m-p/1252146#M25251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And, slightly related, you can use relative paths in the Connections as shown in the attached screenshot.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Can create connections with relative paths and this screenshots suggests that.PNG" class="jive-image image-1" src="/legacyfs/online/148386_Can create connections with relative paths and this screenshots suggests that.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;The screenshot was taken from an app whose file is NOT located in the Qlik Sense App Directory,&amp;nbsp; (i.e. C:\Somewhere\Else)&lt;/P&gt;&lt;P&gt;Therefore the screenshot also illustrates that the working directory for a Connections' relative path, will STILL/ALWAYS be the Qlik Sense App Directory;&lt;/P&gt;&lt;P&gt;i.e. C:\Users\{you}&lt;SPAN style="font-size: 10pt;"&gt;\AppData\Local\Programs\Qlik\Sense&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 05:28:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Desktop-Cannot-Include-using-Relative-filepath-unless/m-p/1252146#M25251</guid>
      <dc:creator />
      <dc:date>2017-01-05T05:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Desktop - Cannot Include using Relative filepath unless in Legacy Mode</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Desktop-Cannot-Include-using-Relative-filepath-unless/m-p/1252147#M25252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;excuse my interference here, i was looking for answers on how to use web connectors and since im using qlilk sense desktop i got to the point that i should change the standard reload in the settings to 0 so i can connect to the web link i got from the connector&lt;/P&gt;&lt;P&gt;1. am i on the right path?&lt;/P&gt;&lt;P&gt;2. the settings text file C:\Users\mena\Documents\Qlik\Sense \settings.ini&amp;nbsp; only include&amp;nbsp; the phrase [Settings 7]&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt; so what is going on here??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2017 16:46:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Desktop-Cannot-Include-using-Relative-filepath-unless/m-p/1252147#M25252</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-01T16:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Desktop - Cannot Include using Relative filepath unless in Legacy Mode</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Desktop-Cannot-Include-using-Relative-filepath-unless/m-p/1252148#M25253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;mena, I think in the Settings.ini; any line in square brackets, like:&lt;/P&gt;&lt;P&gt;[Settings 7]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is a header. Its purpose is only to organize the actual values which appear on lines after its header, and before a different header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you can add a line beneath that, StandardReload=1 if you want. (I'm not sure the StandardReload will help you with "web connectors". I thought StandardReload is only related to "&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;load scripts that refer to absolute or relative file paths as well as library connections.&lt;/SPAN&gt;" Let us know.) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Indeed, my settings.ini looks like this:&lt;/P&gt;&lt;P&gt;[Settings 7]&lt;/P&gt;&lt;P&gt;InterfaceLanguage=English&lt;/P&gt;&lt;P&gt;NumberOfDocuments=0&lt;/P&gt;&lt;P&gt;DocumentTimeout=60&lt;/P&gt;&lt;P&gt;StandardReload=1&lt;/P&gt;&lt;P&gt;MarginTop=20&lt;/P&gt;&lt;P&gt;CurrentQVConnect64Loc=&lt;/P&gt;&lt;P&gt;CurrentQVConnect32Loc=&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 17:09:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Desktop-Cannot-Include-using-Relative-filepath-unless/m-p/1252148#M25253</guid>
      <dc:creator />
      <dc:date>2017-03-03T17:09:23Z</dc:date>
    </item>
  </channel>
</rss>

