<?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 Displaying the last refresh time in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Displaying-the-last-refresh-time/m-p/659182#M240475</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a report which i put on qlikview server.&lt;/P&gt;&lt;P&gt;On server only, the report gets reloaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when a user is accessing the report via Browser, I need to show the last refreshed time of the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had used Document trigger for POSTLOAD, but it did not work when i used the report on server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to set a variable in refresh script, the variable got initialized with 'now()'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so in GUI, it is showing the values as clock.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other way for doing this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jun 2014 12:52:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-11T12:52:02Z</dc:date>
    <item>
      <title>Displaying the last refresh time</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-the-last-refresh-time/m-p/659182#M240475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a report which i put on qlikview server.&lt;/P&gt;&lt;P&gt;On server only, the report gets reloaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when a user is accessing the report via Browser, I need to show the last refreshed time of the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had used Document trigger for POSTLOAD, but it did not work when i used the report on server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to set a variable in refresh script, the variable got initialized with 'now()'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so in GUI, it is showing the values as clock.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other way for doing this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 12:52:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-the-last-refresh-time/m-p/659182#M240475</guid>
      <dc:creator />
      <dc:date>2014-06-11T12:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying the last refresh time</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-the-last-refresh-time/m-p/659183#M240476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the ReloadTime() function but best is NOW()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vLastRefresh = NOW();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and display this variable in the Application on any text Object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Application Refreshed at '&amp;amp;$(vLastRefresh)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 13:00:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-the-last-refresh-time/m-p/659183#M240476</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-11T13:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying the last refresh time</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-the-last-refresh-time/m-p/659184#M240477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;write in a textbox:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Last Update: ' &amp;amp; date(ReloadTime(),'DD/MM/YYYY hh:mm:ss')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. using NOW() will force the document to check (every second) its status, slowing it ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 13:03:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-the-last-refresh-time/m-p/659184#M240477</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-06-11T13:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying the last refresh time</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-the-last-refresh-time/m-p/659185#M240478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use ReloadTime() function &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put the below the line in a text object.It will display the lasr reload time.&lt;/P&gt;&lt;P&gt;='Last Refreshed: ' &amp;amp; Date(ReloadTime(),'MM/DD/YYYY hh:mm:ss TT')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 13:12:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-the-last-refresh-time/m-p/659185#M240478</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-11T13:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying the last refresh time</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-the-last-refresh-time/m-p/659186#M240479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for replying.&lt;/P&gt;&lt;P&gt;Being new to Qlikview, i did not know about the ReloadTime() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did it in the following way-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Setting a variable at the end of the load&lt;/P&gt;&lt;P&gt;a- Let lastreload = Now()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Displaying the value of the variable in the UI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 13:19:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-the-last-refresh-time/m-p/659186#M240479</guid>
      <dc:creator />
      <dc:date>2014-06-11T13:19:09Z</dc:date>
    </item>
  </channel>
</rss>

