<?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: What does function ReloadTime() evaluate? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/What-does-function-ReloadTime-evaluate/m-p/661552#M672186</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you were absolutely right and I had the same idea but wanted to be sure, that others have the same idea. A bit annoying is, that ReloadTime() used in a script is returning a value anyway, because while running the script the script itself does not know when it will be finished.&lt;/P&gt;&lt;P&gt;The documentation of ReloadTime() says, that it returns the day and time of the end of the last Reload. So how could it return a value anyway. Or in other words: What is it returning in the first reload?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the other side, it might be helpful to get the time when the reload was last successful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Aug 2014 12:13:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-08-28T12:13:59Z</dc:date>
    <item>
      <title>What does function ReloadTime() evaluate?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-function-ReloadTime-evaluate/m-p/661549#M672182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one of our qvw files has got the following code at the beginning of the script:&lt;/P&gt;&lt;P&gt;Let sReloadTime=ReloadTime( );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within, there is a textfield containing following code for the text property:&lt;/P&gt;&lt;P&gt;=' Last Reload was at ' &amp;amp; sReloadTime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QlikView Server reloads this file every morning at 5:00 a.m.. The textfield does not show the current day, when you open it. It shows the last day 5 a.m.&lt;/P&gt;&lt;P&gt;I checked the server time, but it is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when is ReloadTime() evaluated. Does it really know at the beginning of the reload, that last reload was day before? Or should we just call the function within the textfiled text property?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We use QV Version 11..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 12:33:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-function-ReloadTime-evaluate/m-p/661549#M672182</guid>
      <dc:creator />
      <dc:date>2014-08-27T12:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: What does function ReloadTime() evaluate?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-function-ReloadTime-evaluate/m-p/661550#M672184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The function shows the reload time of the last completed reload, which is&lt;STRONG&gt; &lt;/STRONG&gt;the day before.&amp;nbsp; If you want to show the reload time in a text box, use it right there, not in the script:&lt;/P&gt;&lt;P&gt;='Last Reload was at: ' &amp;amp; ReloadTime())&lt;/P&gt;&lt;P&gt;You may want to use timestamp function around the reload time to format it nicely.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 13:23:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-function-ReloadTime-evaluate/m-p/661550#M672184</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-27T13:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: What does function ReloadTime() evaluate?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-function-ReloadTime-evaluate/m-p/661551#M672185</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;It displays the time your document was reloaded last time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 13:27:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-function-ReloadTime-evaluate/m-p/661551#M672185</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-08-27T13:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: What does function ReloadTime() evaluate?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-function-ReloadTime-evaluate/m-p/661552#M672186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you were absolutely right and I had the same idea but wanted to be sure, that others have the same idea. A bit annoying is, that ReloadTime() used in a script is returning a value anyway, because while running the script the script itself does not know when it will be finished.&lt;/P&gt;&lt;P&gt;The documentation of ReloadTime() says, that it returns the day and time of the end of the last Reload. So how could it return a value anyway. Or in other words: What is it returning in the first reload?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the other side, it might be helpful to get the time when the reload was last successful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 12:13:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-function-ReloadTime-evaluate/m-p/661552#M672186</guid>
      <dc:creator />
      <dc:date>2014-08-28T12:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: What does function ReloadTime() evaluate?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-function-ReloadTime-evaluate/m-p/661553#M672188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor1316"&gt;&lt;/A&gt;&lt;A name="ReloadTime"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;ReloadTime( )&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Returns a timestamp for when the script last finished reexecuting. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 12:16:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-function-ReloadTime-evaluate/m-p/661553#M672188</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-08-28T12:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: What does function ReloadTime() evaluate?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-function-ReloadTime-evaluate/m-p/661554#M672190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that &lt;A href="https://community.qlik.com/qlik-users/23043"&gt;Ashfaq Mohammed&lt;/A&gt; and &lt;A href="https://community.qlik.com/qlik-users/155018"&gt;Alan Farrell&lt;/A&gt; answered your follow-up questions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 12:24:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-function-ReloadTime-evaluate/m-p/661554#M672190</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-28T12:24:38Z</dc:date>
    </item>
  </channel>
</rss>

