<?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 Load Field from the file name in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-Field-from-the-file-name/m-p/162342#M35866</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a question.&lt;/P&gt;&lt;P&gt;is it possible to take excel file name as a field.&lt;/P&gt;&lt;P&gt;Actually i have lot of files coming in daily basis. i need a field called "Date" where the date column should read from the file name.&lt;/P&gt;&lt;P&gt;eg. file names (12/02/2009, 1203/2009, . . . .n times)&lt;/P&gt;&lt;P&gt;* I know how to load data from multiple xls files.&lt;/P&gt;&lt;P&gt;Please help me...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 May 2010 10:48:08 GMT</pubDate>
    <dc:creator>renjithpl</dc:creator>
    <dc:date>2010-05-24T10:48:08Z</dc:date>
    <item>
      <title>Load Field from the file name</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Field-from-the-file-name/m-p/162342#M35866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a question.&lt;/P&gt;&lt;P&gt;is it possible to take excel file name as a field.&lt;/P&gt;&lt;P&gt;Actually i have lot of files coming in daily basis. i need a field called "Date" where the date column should read from the file name.&lt;/P&gt;&lt;P&gt;eg. file names (12/02/2009, 1203/2009, . . . .n times)&lt;/P&gt;&lt;P&gt;* I know how to load data from multiple xls files.&lt;/P&gt;&lt;P&gt;Please help me...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 10:48:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Field-from-the-file-name/m-p/162342#M35866</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2010-05-24T10:48:08Z</dc:date>
    </item>
    <item>
      <title>Load Field from the file name</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Field-from-the-file-name/m-p/162343#M35867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ranjith,&lt;/P&gt;&lt;P&gt;You can use &lt;STRONG&gt;Filename() or Filebasename()&lt;/STRONG&gt; function to get the file name of the excels.&lt;/P&gt;&lt;P&gt;-Peterson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 11:01:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Field-from-the-file-name/m-p/162343#M35867</guid>
      <dc:creator />
      <dc:date>2010-05-24T11:01:33Z</dc:date>
    </item>
    <item>
      <title>Load Field from the file name</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Field-from-the-file-name/m-p/162344#M35868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its working fine, but the problem is, my file name will be in this format (12-Nov-2009).&lt;/P&gt;&lt;P&gt;I just want to change the same file name into 'MM-DD-YYYY' format.&lt;/P&gt;&lt;P&gt;I used the below formula, but its not working properly:&lt;/P&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;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&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;&lt;P&gt;Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;(Filebasename(), 'MM-DD-YYYY') &lt;B&gt;as&lt;/B&gt; Date, //this is the formula... &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;LOAD&lt;/B&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 11:56:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Field-from-the-file-name/m-p/162344#M35868</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2010-05-24T11:56:03Z</dc:date>
    </item>
    <item>
      <title>Load Field from the file name</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Field-from-the-file-name/m-p/162345#M35869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can use below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;Date(Date#(FileBaseName(),'DD-MMM-YYYY'),'MM-DD-YYYY') as Date, // Untested Code&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;-Peterson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 12:01:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Field-from-the-file-name/m-p/162345#M35869</guid>
      <dc:creator />
      <dc:date>2010-05-24T12:01:34Z</dc:date>
    </item>
    <item>
      <title>Load Field from the file name</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Field-from-the-file-name/m-p/162346#M35870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome !!!! Thanks a lot. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 12:15:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Field-from-the-file-name/m-p/162346#M35870</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2010-05-24T12:15:28Z</dc:date>
    </item>
  </channel>
</rss>

