<?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: Relative Path is Not working in Include Function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Relative-Path-is-Not-working-in-Include-Function/m-p/10867#M783236</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Must_Include will throw an error if AHPConfig.qvs is not found, so the file is being located. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look in the script document log to see what script is being included and executed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Mar 2018 21:32:43 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2018-03-12T21:32:43Z</dc:date>
    <item>
      <title>Relative Path is Not working in Include Function</title>
      <link>https://community.qlik.com/t5/QlikView/Relative-Path-is-Not-working-in-Include-Function/m-p/10865#M783234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Include function to load qvs. I am using below script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(Must_INCLUDE = ..\Data\AHPConfig.qvs);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The script is running with out any error. Though no file is not fetching.&lt;/P&gt;&lt;P&gt;We have an inline load in the qvs file.&lt;/P&gt;&lt;P&gt;Could any one please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sarif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relative-Path-is-Not-working-in-Include-Function/m-p/10865#M783234</guid>
      <dc:creator>mhmmd_srf</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Relative Path is Not working in Include Function</title>
      <link>https://community.qlik.com/t5/QlikView/Relative-Path-is-Not-working-in-Include-Function/m-p/10866#M783235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Must Include will not through any Error even if the file not found the mentioned location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So check the file location once again, and your path should be like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #808080; font-size: 8pt;"&gt;&lt;EM&gt;&lt;STRONG&gt;$(include=..\..\..\03_Config\01_Scripts\Conf_LoadPaths.txt)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 17:45:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relative-Path-is-Not-working-in-Include-Function/m-p/10866#M783235</guid>
      <dc:creator>vishalgoud</dc:creator>
      <dc:date>2018-03-12T17:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Relative Path is Not working in Include Function</title>
      <link>https://community.qlik.com/t5/QlikView/Relative-Path-is-Not-working-in-Include-Function/m-p/10867#M783236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Must_Include will throw an error if AHPConfig.qvs is not found, so the file is being located. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look in the script document log to see what script is being included and executed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 21:32:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relative-Path-is-Not-working-in-Include-Function/m-p/10867#M783236</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2018-03-12T21:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Relative Path is Not working in Include Function</title>
      <link>https://community.qlik.com/t5/QlikView/Relative-Path-is-Not-working-in-Include-Function/m-p/10868#M783237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi two ways to debug&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the debugging window put the break point on the line and step into the file to findout whats going on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second is to check your document log to see what would have happend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;third option is to copy the contents of the qvs file into your app ,put trace commands in it ,run it and use the log file to see what hsppend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 05:24:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relative-Path-is-Not-working-in-Include-Function/m-p/10868#M783237</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-03-13T05:24:51Z</dc:date>
    </item>
  </channel>
</rss>

