<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Relative-path/m-p/589239#M1120630</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The part of Bill's post to remember is the '..\..\' part which means look down the releative path from &lt;STRONG&gt;&lt;EM&gt;where you are at that point&lt;/EM&gt;&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A relative path is a way to specify the location of a directory relative to another directory.&amp;nbsp; For example, suppose your data is in C:\Sample\Data and your dashboard is in C:\Sample\Dashboards.&amp;nbsp; The absolute path for the data would be C:\Sample\Data.&amp;nbsp; The relative path from C:\Sample\Dashboards to C:\Sample\Data would be ..\Data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Jan 2014 14:53:28 GMT</pubDate>
    <dc:creator>ThornOfCrowns</dc:creator>
    <dc:date>2014-01-30T14:53:28Z</dc:date>
    <item>
      <title>Relative path</title>
      <link>https://community.qlik.com/t5/QlikView/Relative-path/m-p/589236#M1120627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;can any body please let me know what is relative path with example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Mahesh T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 14:26:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relative-path/m-p/589236#M1120627</guid>
      <dc:creator />
      <dc:date>2014-01-30T14:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Relative path</title>
      <link>https://community.qlik.com/t5/QlikView/Relative-path/m-p/589237#M1120628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Mahesh&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This script line sets a variable to relative folder path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;let vFolderConfig = '..\..\Config\' ;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Later in the script I load a spreadsheet using a dollar expansion of the variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;LOAD&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp; USAGE,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp; APPLICATION,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp; VALUE,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp; VARIABLE&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;FROM $(vFolderConfig)Variables.xlsx&amp;nbsp; (ooxml, embedded labels, table is Variables)&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;WHERE APPLICATION = 'DASH' ;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Bill&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 14:29:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relative-path/m-p/589237#M1120628</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-30T14:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Relative path</title>
      <link>https://community.qlik.com/t5/QlikView/Relative-path/m-p/589238#M1120629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;path relative to what?&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;&lt;STRONG&gt;path&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; is relative to the .qvw file&lt;/STRONG&gt;. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 14:51:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relative-path/m-p/589238#M1120629</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-01-30T14:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Relative path</title>
      <link>https://community.qlik.com/t5/QlikView/Relative-path/m-p/589239#M1120630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The part of Bill's post to remember is the '..\..\' part which means look down the releative path from &lt;STRONG&gt;&lt;EM&gt;where you are at that point&lt;/EM&gt;&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A relative path is a way to specify the location of a directory relative to another directory.&amp;nbsp; For example, suppose your data is in C:\Sample\Data and your dashboard is in C:\Sample\Dashboards.&amp;nbsp; The absolute path for the data would be C:\Sample\Data.&amp;nbsp; The relative path from C:\Sample\Dashboards to C:\Sample\Data would be ..\Data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 14:53:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relative-path/m-p/589239#M1120630</guid>
      <dc:creator>ThornOfCrowns</dc:creator>
      <dc:date>2014-01-30T14:53:28Z</dc:date>
    </item>
  </channel>
</rss>

