<?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 Generate a field from the file name in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Generate-a-field-from-the-file-name/m-p/667543#M1053128</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 10 Excels with different names.Now i want to create a field "Name" in the table, automatically which should pull the file name into it, with corresponding to its data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Oct 2014 06:59:02 GMT</pubDate>
    <dc:creator>jyothish8807</dc:creator>
    <dc:date>2014-10-21T06:59:02Z</dc:date>
    <item>
      <title>Generate a field from the file name</title>
      <link>https://community.qlik.com/t5/QlikView/Generate-a-field-from-the-file-name/m-p/667543#M1053128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 10 Excels with different names.Now i want to create a field "Name" in the table, automatically which should pull the file name into it, with corresponding to its data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 06:59:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generate-a-field-from-the-file-name/m-p/667543#M1053128</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2014-10-21T06:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a field from the file name</title>
      <link>https://community.qlik.com/t5/QlikView/Generate-a-field-from-the-file-name/m-p/667544#M1053130</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;USe&lt;/P&gt;&lt;P&gt;FilebaseName() as Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FilebaseName() return FileName&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 07:02:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generate-a-field-from-the-file-name/m-p/667544#M1053130</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-10-21T07:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a field from the file name</title>
      <link>https://community.qlik.com/t5/QlikView/Generate-a-field-from-the-file-name/m-p/667545#M1053131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOAD FileName() As Name,&lt;/P&gt;&lt;P&gt;A, &lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[ExcelFile.xls]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 07:02:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generate-a-field-from-the-file-name/m-p/667545#M1053131</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-10-21T07:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a field from the file name</title>
      <link>https://community.qlik.com/t5/QlikView/Generate-a-field-from-the-file-name/m-p/667546#M1053132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;Filename() as myFileName&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 07:03:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generate-a-field-from-the-file-name/m-p/667546#M1053132</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-10-21T07:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a field from the file name</title>
      <link>https://community.qlik.com/t5/QlikView/Generate-a-field-from-the-file-name/m-p/667547#M1053133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot everyone &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 07:13:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generate-a-field-from-the-file-name/m-p/667547#M1053133</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2014-10-21T07:13:32Z</dc:date>
    </item>
  </channel>
</rss>

