<?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: Get file name in a textbox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Get-file-name-in-a-textbox/m-p/804475#M1036411</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=right(SubField('&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;C:\Users\vmosca\Desktop\CRUSCOTTO ICT GENERALI - ECONOMICS DC E FC_2\DATI\FILE INPUT\FMS_CONSUMO\FMS_CONSUMO\FMS_Consumo_20****.xls'&lt;/SPAN&gt;','.',-2),2)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Jan 2015 16:45:04 GMT</pubDate>
    <dc:creator>Clever_Anjos</dc:creator>
    <dc:date>2015-01-16T16:45:04Z</dc:date>
    <item>
      <title>Get file name in a textbox</title>
      <link>https://community.qlik.com/t5/QlikView/Get-file-name-in-a-textbox/m-p/804466#M1036402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new to Qlikview and this is my first post here in the community.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issue is the following.&lt;/P&gt;&lt;P&gt;I need to create a textbox in which I can write "Updated in MONTH and YEAR", where I know how to get YEAR in QlikView but don't know how to get MONTH.&lt;/P&gt;&lt;P&gt;Given the structure of directories (see the formula below) and the name of a file which contains the MONTH, I would like to get the MONTH from the file name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The file name is "FMS_Consumo_201411.xls".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I tried was something like that: create the textbox and try with SubField and SubStringCount to see the result and then apply Right/Left/Mid to SubField result. The formula used is the following:&lt;/P&gt;&lt;P&gt;=SubField('C:\Users\vmosca\Desktop\CRUSCOTTO ICT GENERALI - ECONOMICS DC E FC_2\DATI\FILE INPUT\FMS_CONSUMO\FMS_CONSUMO','\',SubStringCount('C:\Users\vmosca\Desktop\CRUSCOTTO ICT GENERALI - ECONOMICS DC E FC_2\DATI\FILE INPUT\FMS_CONSUMO\FMS_CONSUMO','\')+1&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;The result is "FMS_CONSUMO" and not "FMS_Consumo_201411.xls".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Does a way exist to sort out this issue?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Both suggestions on the solutions I tried or other ways the resolve are well accepted.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks a lot for seeing this post and thank in advance to all who reply.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Vincenzo Mosca&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 15:26:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-file-name-in-a-textbox/m-p/804466#M1036402</guid>
      <dc:creator />
      <dc:date>2015-01-16T15:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Get file name in a textbox</title>
      <link>https://community.qlik.com/t5/QlikView/Get-file-name-in-a-textbox/m-p/804467#M1036403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about =right(SubField('FMS_Consumo_201411.xls','.',-2),2)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 15:30:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-file-name-in-a-textbox/m-p/804467#M1036403</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-01-16T15:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Get file name in a textbox</title>
      <link>https://community.qlik.com/t5/QlikView/Get-file-name-in-a-textbox/m-p/804468#M1036404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Clever Anjos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately it doesn't work! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I forgot to write is the following: the file contained in that directory will change each month with a file whose file name contains the month.&lt;/P&gt;&lt;P&gt;I would like to apply a formula so that, each time I change the file with "FMS_Consumo_201412.xls" and then with "FMS_Consumo_201501.xls" and so on, the textbox automatically updates once I reload new file and data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway thaks for the quick reply!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 15:38:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-file-name-in-a-textbox/m-p/804468#M1036404</guid>
      <dc:creator />
      <dc:date>2015-01-16T15:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Get file name in a textbox</title>
      <link>https://community.qlik.com/t5/QlikView/Get-file-name-in-a-textbox/m-p/804469#M1036405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could I see your script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 15:52:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-file-name-in-a-textbox/m-p/804469#M1036405</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-01-16T15:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Get file name in a textbox</title>
      <link>https://community.qlik.com/t5/QlikView/Get-file-name-in-a-textbox/m-p/804470#M1036406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An please a screenshot of your folder structure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 15:56:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-file-name-in-a-textbox/m-p/804470#M1036406</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-01-16T15:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: Get file name in a textbox</title>
      <link>https://community.qlik.com/t5/QlikView/Get-file-name-in-a-textbox/m-p/804471#M1036407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like, but there are too many scripts and I don't know which one to give you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 15:59:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-file-name-in-a-textbox/m-p/804471#M1036407</guid>
      <dc:creator />
      <dc:date>2015-01-16T15:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Get file name in a textbox</title>
      <link>https://community.qlik.com/t5/QlikView/Get-file-name-in-a-textbox/m-p/804472#M1036408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I give you a screenshot of the folder structure? I don't jnow how and i thought the path was enough!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, the code i wrote lastly is the following:&lt;/P&gt;&lt;P&gt;=SubField('C:\Users\vmosca\Desktop\CRUSCOTTO ICT GENERALI - ECONOMICS DC E FC_2\DATI\FILE INPUT\FMS_CONSUMO\FMS_CONSUMO\FMS_Consumo_20****.xls','.',SubStringCount('C:\Users\vmosca\Desktop\CRUSCOTTO ICT GENERALI - ECONOMICS DC E FC_2\DATI\FILE INPUT\FMS_CONSUMO\FMS_CONSUMO\FMS_Consumo_20****.xls','.')+1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the result of the formula is "xls".&lt;/P&gt;&lt;P&gt;If I writ "-1", instead, the result is "-".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 16:04:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-file-name-in-a-textbox/m-p/804472#M1036408</guid>
      <dc:creator />
      <dc:date>2015-01-16T16:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Get file name in a textbox</title>
      <link>https://community.qlik.com/t5/QlikView/Get-file-name-in-a-textbox/m-p/804473#M1036409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you passing a fixed string, right?&lt;/P&gt;&lt;P&gt;Please check that my formula returns last two characters from right before last "."&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capturar.PNG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/75528_Capturar.PNG" style="height: 113px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 16:19:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-file-name-in-a-textbox/m-p/804473#M1036409</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-01-16T16:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Get file name in a textbox</title>
      <link>https://community.qlik.com/t5/QlikView/Get-file-name-in-a-textbox/m-p/804474#M1036410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thnx a lot but...from the screenshot I cannot see the entire formula!&lt;/P&gt;&lt;P&gt;Can you copy and paste it in a message, please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 16:28:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-file-name-in-a-textbox/m-p/804474#M1036410</guid>
      <dc:creator />
      <dc:date>2015-01-16T16:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Get file name in a textbox</title>
      <link>https://community.qlik.com/t5/QlikView/Get-file-name-in-a-textbox/m-p/804475#M1036411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=right(SubField('&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;C:\Users\vmosca\Desktop\CRUSCOTTO ICT GENERALI - ECONOMICS DC E FC_2\DATI\FILE INPUT\FMS_CONSUMO\FMS_CONSUMO\FMS_Consumo_20****.xls'&lt;/SPAN&gt;','.',-2),2)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 16:45:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-file-name-in-a-textbox/m-p/804475#M1036411</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-01-16T16:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Get file name in a textbox</title>
      <link>https://community.qlik.com/t5/QlikView/Get-file-name-in-a-textbox/m-p/804476#M1036412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it is!! (check that next to xls there are 2 ''):&lt;/P&gt;&lt;P&gt;The code with ERRATA CORRIGE is:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=right(SubField('&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;C:\Users\vmosca\Desktop\CRUSCOTTO ICT GENERALI - ECONOMICS DC E FC_2\DATI\FILE INPUT\FMS_CONSUMO\FMS_CONSUMO\FMS_Consumo_20****.xls&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;','.',-2),2)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;So, the formula is right! Thnx a lot!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;But still I have a problem: I used **** because I thought the software would have given numbers/letters instead of ****.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;How can I get MONTH automatically, without any manual changes in textbox code when I do updates?&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 16:53:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-file-name-in-a-textbox/m-p/804476#M1036412</guid>
      <dc:creator />
      <dc:date>2015-01-16T16:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Get file name in a textbox</title>
      <link>https://community.qlik.com/t5/QlikView/Get-file-name-in-a-textbox/m-p/804477#M1036418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you´re hardcoding your filename is tough to calculate this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why don´t you use FileBaseName() while reading your excel file? This would populate a field into your data, so it would be automatic to get that information&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 17:07:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-file-name-in-a-textbox/m-p/804477#M1036418</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-01-16T17:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Get file name in a textbox</title>
      <link>https://community.qlik.com/t5/QlikView/Get-file-name-in-a-textbox/m-p/804478#M1036421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro _jivemacro_uid_1421453878439133 jive_macro_code" jivemacro_uid="_1421453878439133"&gt;
&lt;P&gt;LOAD somefields,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(Date#(Right(FileBaseName(),2),'MM')) as Month&lt;/P&gt;
&lt;P&gt;FROM path\&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FMS_Consumo_201412.xls &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;...&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;should deliver 'Dec'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;hope this helps&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Marco&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Jan 2015 00:18:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-file-name-in-a-textbox/m-p/804478#M1036421</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-01-17T00:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Get file name in a textbox</title>
      <link>https://community.qlik.com/t5/QlikView/Get-file-name-in-a-textbox/m-p/804479#M1036424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;The option you gave me wasn't so helpful, unfortunately!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also thought another way.&lt;/P&gt;&lt;P&gt;Given a column in the xls file than I want to load, the data in the column is the same for each 4k and more rows and is "CNSM11". This number will change any time an update is available.&lt;/P&gt;&lt;P&gt;So, I thought to load a specific cell (e.g. A2) from the xls file and apply the Right formula to get the last 2 numbers of the value in the cell.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you think this is a possible solutions?&lt;/P&gt;&lt;P&gt;Can you give me a hint?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 08:25:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-file-name-in-a-textbox/m-p/804479#M1036424</guid>
      <dc:creator />
      <dc:date>2015-01-20T08:25:38Z</dc:date>
    </item>
  </channel>
</rss>

