<?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: Load File Name as Field in Table from XLSX in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-File-Name-as-Field-in-Table-from-XLSX/m-p/1153103#M376579</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for both the correct answers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jun 2016 16:11:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-06-08T16:11:13Z</dc:date>
    <item>
      <title>Load File Name as Field in Table from XLSX</title>
      <link>https://community.qlik.com/t5/QlikView/Load-File-Name-as-Field-in-Table-from-XLSX/m-p/1153098#M376574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to load multiple .xlsx files from my computer, and use the file names as a field inside of Qlik.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help writing the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="deleteme1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/127279_deleteme1.png" style="height: 109px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Claim '....GD-01' has an open and closed (CL &amp;amp; OP) claim status. The reasoning in loading the file name as a field would be for users to select what file date they want for history purposes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 15:47:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-File-Name-as-Field-in-Table-from-XLSX/m-p/1153098#M376574</guid>
      <dc:creator />
      <dc:date>2016-06-08T15:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Load File Name as Field in Table from XLSX</title>
      <link>https://community.qlik.com/t5/QlikView/Load-File-Name-as-Field-in-Table-from-XLSX/m-p/1153099#M376575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Directory C:\Users\wxgoud\Desktop\QlikTest\Legal\External Data\;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For each ExcelFile in filelist ('*.xls')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LEGAL_CLAIMS:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load *&lt;SPAN style="color: #ff0000;"&gt;,&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;&amp;nbsp; FileBaseName() as FileName&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;From $(ExcelFile) (ooxml, embedded labels, table is Sheet1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Next ExcelFile;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 16:03:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-File-Name-as-Field-in-Table-from-XLSX/m-p/1153099#M376575</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-08T16:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: Load File Name as Field in Table from XLSX</title>
      <link>https://community.qlik.com/t5/QlikView/Load-File-Name-as-Field-in-Table-from-XLSX/m-p/1153100#M376576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add something like thjis to your LOAD statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Left(FileName(), Index(FileName(), '.')-1) AS Number,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;FROM ...;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 16:05:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-File-Name-as-Field-in-Table-from-XLSX/m-p/1153100#M376576</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-06-08T16:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Load File Name as Field in Table from XLSX</title>
      <link>https://community.qlik.com/t5/QlikView/Load-File-Name-as-Field-in-Table-from-XLSX/m-p/1153101#M376577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tested both your script and Sunnys--what is the difference?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 16:07:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-File-Name-as-Field-in-Table-from-XLSX/m-p/1153101#M376577</guid>
      <dc:creator />
      <dc:date>2016-06-08T16:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Load File Name as Field in Table from XLSX</title>
      <link>https://community.qlik.com/t5/QlikView/Load-File-Name-as-Field-in-Table-from-XLSX/m-p/1153102#M376578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The difference with Sunny's example is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;file =&lt;SPAN style="font-family: 'courier new', courier;"&gt; 012345.Claim.002.xls&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;returns &lt;SPAN style="font-family: 'courier new', courier;"&gt;012345.Claim.002&lt;/SPAN&gt; (Sunny)&lt;/P&gt;&lt;P&gt;returns &lt;SPAN style="font-family: 'courier new', courier;"&gt;012345&lt;/SPAN&gt; (Peter)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May may want to further experiment with parts of the filename.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 16:09:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-File-Name-as-Field-in-Table-from-XLSX/m-p/1153102#M376578</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-06-08T16:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Load File Name as Field in Table from XLSX</title>
      <link>https://community.qlik.com/t5/QlikView/Load-File-Name-as-Field-in-Table-from-XLSX/m-p/1153103#M376579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for both the correct answers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 16:11:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-File-Name-as-Field-in-Table-from-XLSX/m-p/1153103#M376579</guid>
      <dc:creator />
      <dc:date>2016-06-08T16:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Load File Name as Field in Table from XLSX</title>
      <link>https://community.qlik.com/t5/QlikView/Load-File-Name-as-Field-in-Table-from-XLSX/m-p/1153104#M376580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Helpfuls can be assigned using the entry with the same name in the actions menu underneath each post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 19:13:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-File-Name-as-Field-in-Table-from-XLSX/m-p/1153104#M376580</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-06-08T19:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Load File Name as Field in Table from XLSX</title>
      <link>https://community.qlik.com/t5/QlikView/Load-File-Name-as-Field-in-Table-from-XLSX/m-p/1153105#M376581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you get the difference between the two solutions? Basically &lt;SPAN style="font-family: 'courier new', courier;"&gt;FileBaseName()&lt;/SPAN&gt; returns the filename without path and without extension. &lt;SPAN style="font-family: 'courier new', courier;"&gt;FileName()&lt;/SPAN&gt; returns the filename without pzth but including the extension. Which is why I took the part of the filename up to the first dot. In your case, the two solutions return the same value.&lt;/P&gt;&lt;P&gt;You can also use the &lt;SPAN style="font-family: 'courier new', courier;"&gt;SubField()&lt;/SPAN&gt; funciton to lift different parts from a filename, like a year or a month. For example, if your filename is formatted like &lt;SPAN style="font-family: 'courier new', courier;"&gt;1234.2016.Jun;xls&lt;/SPAN&gt;, then you can load the fifferent parts like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SubField(FileName(), '.', 1) AS FileID,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt; S&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.3333px;"&gt;ubField(FileName(), '.', 2) AS Year,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt; S&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.3333px;"&gt;ubField(FileName(), '.', 3) AS Month,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;FROM ...;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 19:24:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-File-Name-as-Field-in-Table-from-XLSX/m-p/1153105#M376581</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-06-08T19:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Load File Name as Field in Table from XLSX</title>
      <link>https://community.qlik.com/t5/QlikView/Load-File-Name-as-Field-in-Table-from-XLSX/m-p/1153106#M376582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Peter-- Yes I understand your answer. Thank you for the detailed explanation. I have applied that solution to my application without trouble!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 19:40:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-File-Name-as-Field-in-Table-from-XLSX/m-p/1153106#M376582</guid>
      <dc:creator />
      <dc:date>2016-06-08T19:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Load File Name as Field in Table from XLSX</title>
      <link>https://community.qlik.com/t5/QlikView/Load-File-Name-as-Field-in-Table-from-XLSX/m-p/1153107#M376583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Peter -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Definitely a good explanation here, but I don't understand why can't we use FileBaseName() to do the same? I find it relatively easier since it already truncates the file type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD ...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SubField(&lt;SPAN style="color: #ff0000;"&gt;FileBaseName&lt;/SPAN&gt;(), '.', 1) AS FileID,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SubField(&lt;SPAN style="color: #ff0000;"&gt;FileBaseName&lt;/SPAN&gt;(), '.', 2) AS Year,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SubField(&lt;SPAN style="color: #ff0000;"&gt;FileBaseName&lt;/SPAN&gt;(), '.', 3) AS Month,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM ...;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What if the Filename is like this -&amp;gt; 012345_2016_Jan.xlsx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wouldn't it be better to use FileBaseName?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD ...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SubField(&lt;SPAN style="color: #ff0000;"&gt;FileBaseName&lt;/SPAN&gt;(), '_', 1) AS FileID,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SubField(&lt;SPAN style="color: #ff0000;"&gt;FileBaseName&lt;/SPAN&gt;(), '_', 2) AS Year,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SubField(&lt;SPAN style="color: #ff0000;"&gt;FileBaseName&lt;/SPAN&gt;(), '_', 3) AS Month,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; :&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;FROM ...;&lt;/STRONG&gt;&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;Unless there is performance benefits to using FileName() over FileBaseName, I would suggest &lt;A _jive_internal="true" href="https://community.qlik.com/people/wagoudeau"&gt;William&lt;/A&gt;‌ to use FileBaseName() instead of FileName()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 19:50:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-File-Name-as-Field-in-Table-from-XLSX/m-p/1153107#M376583</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-08T19:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Load File Name as Field in Table from XLSX</title>
      <link>https://community.qlik.com/t5/QlikView/Load-File-Name-as-Field-in-Table-from-XLSX/m-p/1153108#M376584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am adding an excel master calendar to the script. Is that a reason to not use the Year Month you mentioned?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 20:06:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-File-Name-as-Field-in-Table-from-XLSX/m-p/1153108#M376584</guid>
      <dc:creator />
      <dc:date>2016-06-08T20:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Load File Name as Field in Table from XLSX</title>
      <link>https://community.qlik.com/t5/QlikView/Load-File-Name-as-Field-in-Table-from-XLSX/m-p/1153109#M376585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;of course you're right, and I never said you couldn't accomplish the same result using FileBaseName(). (sorry about the reassignment, to me the original was perfectly ok).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call it a nerd habit, but I always keep thinking about performance impact. Even a tiny one, like in this case. Lets compare it to how we would implement those file functions using the subfield() call. Given a full path, Filename would need a single call, while FileBaseName would need at least two. Multiplied by the number of different columns (I don't think the script engine caches the result from static calls between column creation expressions or inside a loop, but I'm not really sure) .And for no reason if you just want your specific part of the filename.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I may be nitpicking here, as the difference doesn't amount to much if you're not reading millions of lines from thousands of files. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 20:10:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-File-Name-as-Field-in-Table-from-XLSX/m-p/1153109#M376585</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-06-08T20:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Load File Name as Field in Table from XLSX</title>
      <link>https://community.qlik.com/t5/QlikView/Load-File-Name-as-Field-in-Table-from-XLSX/m-p/1153110#M376586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just added the master calendar, and I see syn keys. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 20:15:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-File-Name-as-Field-in-Table-from-XLSX/m-p/1153110#M376586</guid>
      <dc:creator />
      <dc:date>2016-06-08T20:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Load File Name as Field in Table from XLSX</title>
      <link>https://community.qlik.com/t5/QlikView/Load-File-Name-as-Field-in-Table-from-XLSX/m-p/1153111#M376587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Sorry about the reassignment&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;No apologizes needed, I find your responses as a way to learn new things. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Call it a nerd habit, but I always keep thinking about performance impact. Even a tiny one, like in this case. Lets compare it to how we would implement those file functions using the subfield() call. Given a full path, Filename would need a single call, while FileBaseName would need at least two. Multiplied by the number of different columns (I don't think the script engine caches the result from static calls between column creation expressions or inside a loop, but I'm not really sure) .And for no reason if you just want your specific part of the filename.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;So there are performance benefits here, even though they might be very slight. Is there a resource where I can read about this (and other similar performance stories?)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 20:15:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-File-Name-as-Field-in-Table-from-XLSX/m-p/1153111#M376587</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-08T20:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Load File Name as Field in Table from XLSX</title>
      <link>https://community.qlik.com/t5/QlikView/Load-File-Name-as-Field-in-Table-from-XLSX/m-p/1153112#M376588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know you data well enough to give any insights, but if you don't want to join your table on date and month fields, then don't create them &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, 08 Jun 2016 20:29:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-File-Name-as-Field-in-Table-from-XLSX/m-p/1153112#M376588</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-08T20:29:23Z</dc:date>
    </item>
  </channel>
</rss>

