<?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 Display Date/Time that a script was reloaded... in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-Date-Time-that-a-script-was-reloaded/m-p/212965#M66796</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your responses.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Oct 2009 21:52:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-10-21T21:52:31Z</dc:date>
    <item>
      <title>Display Date/Time that a script was reloaded...</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Date-Time-that-a-script-was-reloaded/m-p/212960#M66791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;...is there any way to display in a sheet object the date/time a script was reloaded? I'm trying to use the function ReloadTime() but not having any success. Any suggestions?&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Oct 2009 04:04:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Date-Time-that-a-script-was-reloaded/m-p/212960#M66791</guid>
      <dc:creator />
      <dc:date>2009-10-10T04:04:14Z</dc:date>
    </item>
    <item>
      <title>Display Date/Time that a script was reloaded...</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Date-Time-that-a-script-was-reloaded/m-p/212961#M66792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;write that code into your script ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;let rt = reloadtime()&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;after reload create a textbox object and then write ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;=rt&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;thats all...&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Oct 2009 07:11:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Date-Time-that-a-script-was-reloaded/m-p/212961#M66792</guid>
      <dc:creator />
      <dc:date>2009-10-10T07:11:57Z</dc:date>
    </item>
    <item>
      <title>Display Date/Time that a script was reloaded...</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Date-Time-that-a-script-was-reloaded/m-p/212962#M66793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually an additional variable in the script (or anywhere else) is not necessary. You can use =ReloadTime() directly in the textbox or wherever you like.&lt;/P&gt;&lt;P&gt;Rgds,&lt;BR /&gt;Joachim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Oct 2009 21:16:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Date-Time-that-a-script-was-reloaded/m-p/212962#M66793</guid>
      <dc:creator>biester</dc:creator>
      <dc:date>2009-10-10T21:16:30Z</dc:date>
    </item>
    <item>
      <title>Display Date/Time that a script was reloaded...</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Date-Time-that-a-script-was-reloaded/m-p/212963#M66794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right its not necessary . its true but also old school &lt;IMG alt="Geeked" src="http://community.qlik.com/emoticons/emotion-15.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Oct 2009 06:33:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Date-Time-that-a-script-was-reloaded/m-p/212963#M66794</guid>
      <dc:creator />
      <dc:date>2009-10-11T06:33:36Z</dc:date>
    </item>
    <item>
      <title>Display Date/Time that a script was reloaded...</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Date-Time-that-a-script-was-reloaded/m-p/212964#M66795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And, it's easy to format in any way you want. For example, to see something like&lt;BR /&gt;"Sunday, October 11, 2009 10:30 am"&lt;BR /&gt;use&lt;BR /&gt;=timestamp(ReloadTime(), 'WWWW, MMMM D, YYYY hh:mm tt')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Oct 2009 20:36:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Date-Time-that-a-script-was-reloaded/m-p/212964#M66795</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-11T20:36:10Z</dc:date>
    </item>
    <item>
      <title>Display Date/Time that a script was reloaded...</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Date-Time-that-a-script-was-reloaded/m-p/212965#M66796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your responses.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2009 21:52:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Date-Time-that-a-script-was-reloaded/m-p/212965#M66796</guid>
      <dc:creator />
      <dc:date>2009-10-21T21:52:31Z</dc:date>
    </item>
  </channel>
</rss>

