<?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 Relative Path in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Relative-Path/m-p/814684#M287346</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG __jive_id="82272" alt="hello-2.gif" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/82272_hello-2.gif" style="height: auto;" /&gt; ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using a below syntax in load script. I need to change the path whenever I moved the qvw file from one path to another one. I have tried to make this as relative path but not able to get the correct solution. &lt;IMG __jive_id="82273" alt="confused-face-smiley-emoticon.gif" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/82273_confused-face-smiley-emoticon.gif" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #ff0000;"&gt;Call ScanFolder('C:\Users\Tamilarasu.Nagaraj\Desktop\CP\Files received') ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone suggest me an idea to make this easier.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Mar 2015 02:02:16 GMT</pubDate>
    <dc:creator>tamilarasu</dc:creator>
    <dc:date>2015-03-30T02:02:16Z</dc:date>
    <item>
      <title>Relative Path</title>
      <link>https://community.qlik.com/t5/QlikView/Relative-Path/m-p/814684#M287346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG __jive_id="82272" alt="hello-2.gif" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/82272_hello-2.gif" style="height: auto;" /&gt; ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using a below syntax in load script. I need to change the path whenever I moved the qvw file from one path to another one. I have tried to make this as relative path but not able to get the correct solution. &lt;IMG __jive_id="82273" alt="confused-face-smiley-emoticon.gif" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/82273_confused-face-smiley-emoticon.gif" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #ff0000;"&gt;Call ScanFolder('C:\Users\Tamilarasu.Nagaraj\Desktop\CP\Files received') ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone suggest me an idea to make this easier.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 02:02:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relative-Path/m-p/814684#M287346</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-03-30T02:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Relative Path</title>
      <link>https://community.qlik.com/t5/QlikView/Relative-Path/m-p/814685#M287347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nagaraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Relative path means, you need to give the path based on the current path, for example if your Qlikview file and SalesData.txt file are in the same path(C:\Qlikview\Data\) then you can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SalesData.txt no need of the remaining path.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;.\SalesData.txt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 04:20:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relative-Path/m-p/814685#M287347</guid>
      <dc:creator />
      <dc:date>2015-03-30T04:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Relative Path</title>
      <link>https://community.qlik.com/t5/QlikView/Relative-Path/m-p/814686#M287348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have to change your file path and don't want to change the data file path then you should use Absolute path..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case of Relative path you have to change the path of your data/qvw file whenever you change the qvw file path/folder..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case it seems you have used Absolute path it seems... which is the rt way in your situation ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please elaborate your issue if you are facing any specific error..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 04:36:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relative-Path/m-p/814686#M287348</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2015-03-30T04:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Relative Path</title>
      <link>https://community.qlik.com/t5/QlikView/Relative-Path/m-p/814687#M287349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for not explaining the problem clearly. I kept the data files and QVW file in same folder. I have to move the folder (Both data and QVW file) but don't want to change the path often. So I am expecting relative path solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;IMG __jive_id="82283" alt="Capture.PNG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/82283_Capture.PNG" style="height: auto;" /&gt; !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Form the above screenshot, If I move the Overview QV folder to some other location, the path should also changed automatically (Relative path). I am not sure how to do as I am new to Qlikview.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 04:44:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relative-Path/m-p/814687#M287349</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-03-30T04:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Relative Path</title>
      <link>https://community.qlik.com/t5/QlikView/Relative-Path/m-p/814688#M287350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If QVW and "Files received" are in the same folder, then use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000;"&gt;Call ScanFolder('Files received') ;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 05:06:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relative-Path/m-p/814688#M287350</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2015-03-30T05:06:21Z</dc:date>
    </item>
  </channel>
</rss>

