<?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: Getting File Name from current file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Getting-File-Name-from-current-file/m-p/957060#M328775</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A working example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DocumentName() AS FileName&lt;/P&gt;&lt;P&gt;RESIDENT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Table;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Dec 2015 22:31:48 GMT</pubDate>
    <dc:creator>petter</dc:creator>
    <dc:date>2015-12-18T22:31:48Z</dc:date>
    <item>
      <title>Getting File Name from current file</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-File-Name-from-current-file/m-p/957057#M328772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to read the name of the current file into my script, but it doesn't appear and of the "File" functions work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All I want is something simple in my script like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FileName&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;RESIDENT Table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case I want the "FileName" to simply return the name of the QlikView QVW I am using.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2015 22:19:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-File-Name-from-current-file/m-p/957057#M328772</guid>
      <dc:creator>zagzebski</dc:creator>
      <dc:date>2015-12-18T22:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Getting File Name from current file</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-File-Name-from-current-file/m-p/957058#M328773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can simply use the function DocumentName().&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2015 22:28:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-File-Name-from-current-file/m-p/957058#M328773</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-12-18T22:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Getting File Name from current file</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-File-Name-from-current-file/m-p/957059#M328774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow - how did I miss that?! Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2015 22:30:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-File-Name-from-current-file/m-p/957059#M328774</guid>
      <dc:creator>zagzebski</dc:creator>
      <dc:date>2015-12-18T22:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Getting File Name from current file</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-File-Name-from-current-file/m-p/957060#M328775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A working example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DocumentName() AS FileName&lt;/P&gt;&lt;P&gt;RESIDENT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Table;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2015 22:31:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-File-Name-from-current-file/m-p/957060#M328775</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-12-18T22:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Getting File Name from current file</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-File-Name-from-current-file/m-p/957061#M328776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we get the caption name/window title as a filename while exporting the excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg: if we make a current selection as companyname like 'abc' the window title shows as abc_report, now i want the excel exported should take the name as abc_report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Puneet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 07:24:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-File-Name-from-current-file/m-p/957061#M328776</guid>
      <dc:creator>puneetagarwal</dc:creator>
      <dc:date>2018-01-09T07:24:49Z</dc:date>
    </item>
  </channel>
</rss>

