<?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: Last Save time on app in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Last-Save-time-on-app/m-p/812631#M1026383</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that those are the only available types. Anything else you would have to create yourself. You could possibly do something similar within a macro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Mar 2015 14:18:55 GMT</pubDate>
    <dc:creator>Roop</dc:creator>
    <dc:date>2015-03-02T14:18:55Z</dc:date>
    <item>
      <title>Last Save time on app</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Save-time-on-app/m-p/812625#M1026377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&lt;/P&gt;&lt;P&gt;Is there any way that to know last save time on application like reload time(reloadtime()).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you,&lt;/P&gt;&lt;P&gt;Priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 12:41:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Save-time-on-app/m-p/812625#M1026377</guid>
      <dc:creator>priyarane</dc:creator>
      <dc:date>2015-03-02T12:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Last Save time on app</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Save-time-on-app/m-p/812626#M1026378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now() allows you to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Returns a timestamp of the current time from the system clock. The timer_mode may have the following values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0 Time at previously finished reload (not currently ongoing reload)&lt;BR /&gt;1 Time at function call&lt;BR /&gt;2 Time when the document was opened&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 13:19:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Save-time-on-app/m-p/812626#M1026378</guid>
      <dc:creator>Roop</dc:creator>
      <dc:date>2015-03-02T13:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Last Save time on app</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Save-time-on-app/m-p/812627#M1026379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rupert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't mind could you please explain in detail? to get save time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 13:28:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Save-time-on-app/m-p/812627#M1026379</guid>
      <dc:creator />
      <dc:date>2015-03-02T13:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Last Save time on app</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Save-time-on-app/m-p/812628#M1026380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you create a textbox with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=now(0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That will give you the time when previous reload finished. This also appears in the bottom right of the QlikView desktop screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= now(1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Time when a function call was made&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=now(2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Time that the application was openend&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 13:32:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Save-time-on-app/m-p/812628#M1026380</guid>
      <dc:creator>Roop</dc:creator>
      <dc:date>2015-03-02T13:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Last Save time on app</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Save-time-on-app/m-p/812629#M1026381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it Rupert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so now, how to get save time. Here the requirement like - document saved on 03-mar-15 7.15 Pm and closed now user want to see that last refreshed time(reload + refreshed)&amp;nbsp; reload we have(reload()) but save time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 13:46:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Save-time-on-app/m-p/812629#M1026381</guid>
      <dc:creator />
      <dc:date>2015-03-02T13:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Last Save time on app</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Save-time-on-app/m-p/812630#M1026382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you check and community know if &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;filetime('yourqvdoc.qvw') helps?&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 14:17:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Save-time-on-app/m-p/812630#M1026382</guid>
      <dc:creator />
      <dc:date>2015-03-02T14:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Last Save time on app</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Save-time-on-app/m-p/812631#M1026383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that those are the only available types. Anything else you would have to create yourself. You could possibly do something similar within a macro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 14:18:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Save-time-on-app/m-p/812631#M1026383</guid>
      <dc:creator>Roop</dc:creator>
      <dc:date>2015-03-02T14:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Last Save time on app</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Save-time-on-app/m-p/812632#M1026384</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;a simple way is the use a text box with something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;='Last Updated : '&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;reloadtime&lt;/SPAN&gt;() &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which would give you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 14:47:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Save-time-on-app/m-p/812632#M1026384</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-03-02T14:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Last Save time on app</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Save-time-on-app/m-p/812633#M1026385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not reload time, need to know about SAVE TIME.&amp;nbsp; For script part we will reload and what ever changes made at application no need to reload, so If we made any changes at application part(refresh time).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 14:58:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Save-time-on-app/m-p/812633#M1026385</guid>
      <dc:creator />
      <dc:date>2015-03-02T14:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Last Save time on app</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Save-time-on-app/m-p/812634#M1026386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guru,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't get it. Could you please explain in brief?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 14:58:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Save-time-on-app/m-p/812634#M1026386</guid>
      <dc:creator />
      <dc:date>2015-03-02T14:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Last Save time on app</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Save-time-on-app/m-p/812635#M1026387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rupert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to QV and no macro knowledge.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 15:01:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Save-time-on-app/m-p/812635#M1026387</guid>
      <dc:creator />
      <dc:date>2015-03-02T15:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: Last Save time on app</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Save-time-on-app/m-p/812636#M1026388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that I would do this slightly differently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that the date of the last "Save" will disappear as soon as you reload the application. I would probably create a manual file of the versions separately. This could then be used to calculate any time differences.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fields I would use are as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Version&lt;/P&gt;&lt;P&gt;Date/Time of Version&lt;/P&gt;&lt;P&gt;Descripton of Version&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this way you could use the Max(Date/Time of Version) in any time calculations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the best&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rupert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 15:04:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Save-time-on-app/m-p/812636#M1026388</guid>
      <dc:creator>Roop</dc:creator>
      <dc:date>2015-03-02T15:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Last Save time on app</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Save-time-on-app/m-p/812637#M1026389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;cHECK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 18:32:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Save-time-on-app/m-p/812637#M1026389</guid>
      <dc:creator>priyarane</dc:creator>
      <dc:date>2015-03-02T18:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: Last Save time on app</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Save-time-on-app/m-p/812638#M1026390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Password protected spreadsheet ! Sorry, cannot review&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;Rupert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 12:18:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Save-time-on-app/m-p/812638#M1026390</guid>
      <dc:creator>Roop</dc:creator>
      <dc:date>2015-03-03T12:18:46Z</dc:date>
    </item>
  </channel>
</rss>

