<?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: How to fetch file name? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-fetch-file-name/m-p/737609#M263763</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use subfield function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jul 2014 06:34:51 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2014-07-09T06:34:51Z</dc:date>
    <item>
      <title>How to fetch file name?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fetch-file-name/m-p/737608#M263762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I want to load file name in my QV app.&lt;/P&gt;&lt;P&gt;for example: I am having below URL list in excel.&lt;/P&gt;&lt;P&gt;URL&lt;/P&gt;&lt;P&gt;\\abc.com\project\docs\cs\one.xlsx&lt;/P&gt;&lt;P&gt;\\abc.com\prjocts\docs\cs\it\two.xlsx &lt;/P&gt;&lt;P&gt;\\abc.com\prjocts\cs\it\three.xlsx &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to load only last name in my app like below&lt;/P&gt;&lt;P&gt;URL&lt;/P&gt;&lt;P&gt;one.xlsx&lt;/P&gt;&lt;P&gt;two.xlsx&lt;/P&gt;&lt;P&gt;three.xlsx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 06:31:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fetch-file-name/m-p/737608#M263762</guid>
      <dc:creator>soha1902</dc:creator>
      <dc:date>2014-07-09T06:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch file name?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fetch-file-name/m-p/737609#M263763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use subfield function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 06:34:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fetch-file-name/m-p/737609#M263763</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-07-09T06:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch file name?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fetch-file-name/m-p/737610#M263764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try Like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD URL, SubField(URL,'\',-1) AS NewUrl&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;URL&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="236"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="236"&gt;\\abc.com\project\docs\cs\one.xlsx&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="236"&gt;\\abc.com\prjocts\docs\cs\it\two.xlsx&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="236"&gt;\\abc.com\prjocts\cs\it\three.xlsx&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 06:37:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fetch-file-name/m-p/737610#M263764</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-07-09T06:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch file name?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fetch-file-name/m-p/737611#M263765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi soha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to use FileBaseName() for this in script level like,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FileBaseName() as BaseName&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 06:43:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fetch-file-name/m-p/737611#M263765</guid>
      <dc:creator />
      <dc:date>2014-07-09T06:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch file name?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fetch-file-name/m-p/737612#M263766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Soha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like this??? Please see the attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 06:50:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fetch-file-name/m-p/737612#M263766</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-07-09T06:50:44Z</dc:date>
    </item>
  </channel>
</rss>

