<?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: How to get the date a document was saved? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-the-date-a-document-was-saved/m-p/522940#M195382</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the filename is with the date then you can use the Filename() function to get it.Also you can use filetime() function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jan 2014 15:14:34 GMT</pubDate>
    <dc:creator>brindlogcool</dc:creator>
    <dc:date>2014-01-16T15:14:34Z</dc:date>
    <item>
      <title>How to get the date a document was saved?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-date-a-document-was-saved/m-p/522939#M195381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys, I have a QV document which reads from some excels.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Those excel documents, are changed every night, but I'd like to know via Qlikview if there's some function to get the date a document was saved in order to get if there was an error upgrading a document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Marcel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 15:07:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-date-a-document-was-saved/m-p/522939#M195381</guid>
      <dc:creator>marcel_olmo</dc:creator>
      <dc:date>2014-01-16T15:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the date a document was saved?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-date-a-document-was-saved/m-p/522940#M195382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the filename is with the date then you can use the Filename() function to get it.Also you can use filetime() function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 15:14:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-date-a-document-was-saved/m-p/522940#M195382</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2014-01-16T15:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the date a document was saved?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-date-a-document-was-saved/m-p/522941#M195383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FileTime()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 15:16:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-date-a-document-was-saved/m-p/522941#M195383</guid>
      <dc:creator />
      <dc:date>2014-01-16T15:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the date a document was saved?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-date-a-document-was-saved/m-p/522942#M195384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out filetime to get date a doc is saved:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="MCDropDownHotSpot" name="filetime"&gt;&lt;/A&gt;filetime( &lt;SPAN style="font-style: italic;"&gt;[ filename ]&lt;/SPAN&gt; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg:&amp;nbsp; &lt;SPAN class="Bold"&gt;filetime( 'abc.xls' )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;SPAN class="Bold"&gt;Returns a timestamp for the date and time of the last modification of the file &lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;&lt;/SPAN&gt;abc.xls.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;If no &lt;SPAN style="font-style: italic;"&gt;filename&lt;/SPAN&gt; is specified, the filetime( ) function will refer to the currently read table file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;Load *, filetime() as FT from File1.txt ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Will return the date and time of the last modification of the file (File1.txt) as a timestamp in field FT in each record read.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 16:36:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-date-a-document-was-saved/m-p/522942#M195384</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-16T16:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the date a document was saved?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-date-a-document-was-saved/m-p/522943#M195385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys! But I'm also facing another problem. My documents are in an external FTP folder, and when I'm recovering the file, I get a null value when I call filetime() function :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see what I'm talking about in the following thread :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/172452"&gt;Filetime does not work when refrering to external folder&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Marcel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 17:13:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-date-a-document-was-saved/m-p/522943#M195385</guid>
      <dc:creator>marcel_olmo</dc:creator>
      <dc:date>2014-01-16T17:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the date a document was saved?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-date-a-document-was-saved/m-p/522944#M195386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An workaround would be have the dynamic file name with date(for ex Filename01162014) and you can use the filename function to get it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 17:20:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-date-a-document-was-saved/m-p/522944#M195386</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2014-01-16T17:20:45Z</dc:date>
    </item>
  </channel>
</rss>

