<?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 and Absolute Path in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Relative-and-Absolute-Path/m-p/615632#M1103920</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this what you're looking for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P class="MCDropDownHead_syntax_0"&gt;&lt;SPAN class="Bold"&gt;&lt;STRONG&gt;filepath()&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Returns a string containing the full path to the table file currently being read.&lt;/P&gt;
&lt;P class="example"&gt;&lt;STRONG&gt;Example:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="Code"&gt;Load *, filepath( ) as X from&lt;/P&gt;
&lt;P class="Code"&gt;C:\UserFiles\abc.txt&lt;/P&gt;
&lt;P&gt;Will return 'C:\UserFiles\abc.txt' in field X in each record read.&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Mar 2014 17:37:37 GMT</pubDate>
    <dc:creator>Nicole-Smith</dc:creator>
    <dc:date>2014-03-24T17:37:37Z</dc:date>
    <item>
      <title>Relative and Absolute Path</title>
      <link>https://community.qlik.com/t5/QlikView/Relative-and-Absolute-Path/m-p/615631#M1103919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I print the absolute path from the relative path in the document?&lt;/P&gt;&lt;P&gt;e.g. If I have source text files in, LET vFilePath=..\..\..\IMS\Source\*.txt&lt;/P&gt;&lt;P&gt;Then I need to print the absolute path of my source file directory.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 17:32:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relative-and-Absolute-Path/m-p/615631#M1103919</guid>
      <dc:creator />
      <dc:date>2014-03-24T17:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Relative and Absolute Path</title>
      <link>https://community.qlik.com/t5/QlikView/Relative-and-Absolute-Path/m-p/615632#M1103920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this what you're looking for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P class="MCDropDownHead_syntax_0"&gt;&lt;SPAN class="Bold"&gt;&lt;STRONG&gt;filepath()&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Returns a string containing the full path to the table file currently being read.&lt;/P&gt;
&lt;P class="example"&gt;&lt;STRONG&gt;Example:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="Code"&gt;Load *, filepath( ) as X from&lt;/P&gt;
&lt;P class="Code"&gt;C:\UserFiles\abc.txt&lt;/P&gt;
&lt;P&gt;Will return 'C:\UserFiles\abc.txt' in field X in each record read.&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 17:37:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relative-and-Absolute-Path/m-p/615632#M1103920</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-03-24T17:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Relative and Absolute Path</title>
      <link>https://community.qlik.com/t5/QlikView/Relative-and-Absolute-Path/m-p/615633#M1103921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;replace text in bold with your file &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vFilePath=&lt;STRONG&gt;'.\tmp\S.qvd';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;load distinct FileDir() as MyFile FROM $(vFilePath) (qvd);&lt;/P&gt;&lt;P&gt;LET vFullFileDir = peek('MyFile');&lt;/P&gt;&lt;P&gt;TRACE $(vFullFileDir);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RESULT&lt;/P&gt;&lt;P&gt;Characters &amp;lt;&amp;lt; AUTOGENERATE(26) 26 lines fetched&lt;/P&gt;&lt;P&gt;ASCII &amp;lt;&amp;lt; AUTOGENERATE(255) 191 lines fetched&lt;/P&gt;&lt;P&gt;Transactions &amp;lt;&amp;lt; AUTOGENERATE(1000) 2.011 lines fetched&lt;/P&gt;&lt;P&gt;S 19 lines fetched&lt;/P&gt;&lt;P&gt;C:\Users\mgrossi\Desktop\tmp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 18:55:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relative-and-Absolute-Path/m-p/615633#M1103921</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-03-24T18:55:10Z</dc:date>
    </item>
  </channel>
</rss>

