<?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: make excel name to field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/make-excel-name-to-field/m-p/1068988#M934275</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;FilebaseName gives you&lt;/P&gt;&lt;P&gt;Returns a string containing the name of the table file currently being read, without path or extension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and filename() returns&lt;/P&gt;&lt;P&gt;Returns a string containing the name of the table file currently being read, without path but including the extension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then use Subfield(),mid(),Month(),Year() as per requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Mar 2016 08:40:26 GMT</pubDate>
    <dc:creator>PrashantSangle</dc:creator>
    <dc:date>2016-03-02T08:40:26Z</dc:date>
    <item>
      <title>make excel name to field</title>
      <link>https://community.qlik.com/t5/QlikView/make-excel-name-to-field/m-p/1068986#M934273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have multiple tables with the same filed names but for the different months, &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;in fact my excel names are month and year names.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I want to convert excel name to a field month and year in qlikview.&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would appreciate if anyone can help me. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 08:36:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/make-excel-name-to-field/m-p/1068986#M934273</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-02T08:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: make excel name to field</title>
      <link>https://community.qlik.com/t5/QlikView/make-excel-name-to-field/m-p/1068987#M934274</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 filename() or filebasename()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 08:37:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/make-excel-name-to-field/m-p/1068987#M934274</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2016-03-02T08:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: make excel name to field</title>
      <link>https://community.qlik.com/t5/QlikView/make-excel-name-to-field/m-p/1068988#M934275</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;FilebaseName gives you&lt;/P&gt;&lt;P&gt;Returns a string containing the name of the table file currently being read, without path or extension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and filename() returns&lt;/P&gt;&lt;P&gt;Returns a string containing the name of the table file currently being read, without path but including the extension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then use Subfield(),mid(),Month(),Year() as per requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 08:40:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/make-excel-name-to-field/m-p/1068988#M934275</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2016-03-02T08:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: make excel name to field</title>
      <link>https://community.qlik.com/t5/QlikView/make-excel-name-to-field/m-p/1068989#M934276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Data:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load FileName()&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;From &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;sample.qvd&lt;/SPAN&gt; (qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 08:41:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/make-excel-name-to-field/m-p/1068989#M934276</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-02T08:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: make excel name to field</title>
      <link>https://community.qlik.com/t5/QlikView/make-excel-name-to-field/m-p/1068990#M934277</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;FileName() AS FileName&lt;/P&gt;&lt;P&gt;FROM FileName&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 08:43:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/make-excel-name-to-field/m-p/1068990#M934277</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-03-02T08:43:33Z</dc:date>
    </item>
  </channel>
</rss>

