<?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 reload time in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Displaying-reload-time/m-p/7965#M1211</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;Is it possible to display the last reload time of an application in the dashboard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Remya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 28 Jan 2018 07:42:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-01-28T07:42:00Z</dc:date>
    <item>
      <title>Displaying reload time</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-reload-time/m-p/7965#M1211</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;Is it possible to display the last reload time of an application in the dashboard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Remya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Jan 2018 07:42:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-reload-time/m-p/7965#M1211</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-28T07:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying reload time</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-reload-time/m-p/7966#M1212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Remya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assign a variable at the end of the script as vEndReloadTime = now() ; and pull this variable into the dashboard. This will show the last reload time of the dashboard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Jan 2018 08:28:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-reload-time/m-p/7966#M1212</guid>
      <dc:creator>karthikoffi27se</dc:creator>
      <dc:date>2018-01-28T08:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying reload time</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-reload-time/m-p/7967#M1213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have assigned task in qmc to reload the data every one hour, i need to display that time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Jan 2018 10:24:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-reload-time/m-p/7967#M1213</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-28T10:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying reload time</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-reload-time/m-p/7968#M1214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; you can show last reload time in textbox.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'Last reload on - ' &amp;amp; reloadtime()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Jan 2018 11:31:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-reload-time/m-p/7968#M1214</guid>
      <dc:creator>surendraj</dc:creator>
      <dc:date>2018-01-28T11:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying reload time</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-reload-time/m-p/7969#M1215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just keep in mind that this is when the reload &lt;STRONG&gt;finished&lt;/STRONG&gt; - the actual information contained will likely be older than the reloadtime(), as it will be up to date based on the individual load, not the end of the full reload script. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Jan 2018 13:19:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-reload-time/m-p/7969#M1215</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2018-01-28T13:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying reload time</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-reload-time/m-p/7970#M1216</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;Thanks for your help.&lt;/P&gt;&lt;P&gt;Its showing the last reload which I did manually, what I need is last reload of application from the server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2018 05:58:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-reload-time/m-p/7970#M1216</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-29T05:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying reload time</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-reload-time/m-p/7971#M1217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Remya,&lt;/P&gt;&lt;P&gt;Keep the below formula in a text box in your dashboard. It will show the last reload time irrespective of whether you reload manually or by server automatically.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'Last reload on - ' &amp;amp; reloadtime() &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&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; font-size: 13px;"&gt;-Siva&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2018 08:04:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-reload-time/m-p/7971#M1217</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2018-01-29T08:04:54Z</dc:date>
    </item>
  </channel>
</rss>

