<?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: Re: reload time in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/reload-time/m-p/494311#M184898</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok.&lt;/P&gt;&lt;P&gt;In your var panel set vTIME = reloadtime()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at the beginning of your script say vPreviousTIME = vTIME. Every time you execute the reload, the previous reload time will pass to the var vPreviousTIME and vTIME will become the new reloadtime().&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Nov 2013 13:35:53 GMT</pubDate>
    <dc:creator>christian77</dc:creator>
    <dc:date>2013-11-26T13:35:53Z</dc:date>
    <item>
      <title>reload time</title>
      <link>https://community.qlik.com/t5/QlikView/reload-time/m-p/494304#M184891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1 - How can i get current reload time (not last reload time)&lt;/P&gt;&lt;P&gt;2 - How can i get last reload time of other QVW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 13:12:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reload-time/m-p/494304#M184891</guid>
      <dc:creator />
      <dc:date>2013-11-26T13:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: reload time</title>
      <link>https://community.qlik.com/t5/QlikView/reload-time/m-p/494305#M184892</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;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;reloadtime()&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 13:15:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reload-time/m-p/494305#M184892</guid>
      <dc:creator>christian77</dc:creator>
      <dc:date>2013-11-26T13:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: reload time</title>
      <link>https://community.qlik.com/t5/QlikView/reload-time/m-p/494306#M184893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want how much time per reload, set a variable vStartTime = now(); at the beginning of your script and vEndingTime = now(); at the end of your script. Then vEndingTime - vStartTime will give you the time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To set it to last or previous make a variables change at the very beginning.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 13:19:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reload-time/m-p/494306#M184893</guid>
      <dc:creator>christian77</dc:creator>
      <dc:date>2013-11-26T13:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: reload time</title>
      <link>https://community.qlik.com/t5/QlikView/reload-time/m-p/494307#M184894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;reloadtime() gives last reload time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 13:27:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reload-time/m-p/494307#M184894</guid>
      <dc:creator />
      <dc:date>2013-11-26T13:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: reload time</title>
      <link>https://community.qlik.com/t5/QlikView/reload-time/m-p/494308#M184895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;now() keeps on moving like a clock&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 13:28:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reload-time/m-p/494308#M184895</guid>
      <dc:creator />
      <dc:date>2013-11-26T13:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: reload time</title>
      <link>https://community.qlik.com/t5/QlikView/reload-time/m-p/494309#M184896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean with "current reload time"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 13:33:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reload-time/m-p/494309#M184896</guid>
      <dc:creator />
      <dc:date>2013-11-26T13:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: reload time</title>
      <link>https://community.qlik.com/t5/QlikView/reload-time/m-p/494310#M184897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I press reload at 6:01 and last reload time was 5:01. it should be 6:01&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 13:34:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reload-time/m-p/494310#M184897</guid>
      <dc:creator />
      <dc:date>2013-11-26T13:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Re: reload time</title>
      <link>https://community.qlik.com/t5/QlikView/reload-time/m-p/494311#M184898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok.&lt;/P&gt;&lt;P&gt;In your var panel set vTIME = reloadtime()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at the beginning of your script say vPreviousTIME = vTIME. Every time you execute the reload, the previous reload time will pass to the var vPreviousTIME and vTIME will become the new reloadtime().&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 13:35:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reload-time/m-p/494311#M184898</guid>
      <dc:creator>christian77</dc:creator>
      <dc:date>2013-11-26T13:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: reload time</title>
      <link>https://community.qlik.com/t5/QlikView/reload-time/m-p/494312#M184899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, then last reload time was 5:01 according to your server time... ...then just add an hour to adjust for different server time related to your local time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 13:38:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reload-time/m-p/494312#M184899</guid>
      <dc:creator />
      <dc:date>2013-11-26T13:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: reload time</title>
      <link>https://community.qlik.com/t5/QlikView/reload-time/m-p/494313#M184900</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;&lt;STRONG&gt;now(0)&lt;/STRONG&gt; returns at every moment the time of reload. Can be used in any object like a text box if needed.&lt;/P&gt;&lt;P&gt;The default of now is 1, meaning that the time returned is when the function is called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 13:43:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reload-time/m-p/494313#M184900</guid>
      <dc:creator />
      <dc:date>2013-11-26T13:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: reload time</title>
      <link>https://community.qlik.com/t5/QlikView/reload-time/m-p/494314#M184901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to use this variable in calculation. so not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 17:00:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reload-time/m-p/494314#M184901</guid>
      <dc:creator />
      <dc:date>2013-11-26T17:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: reload time</title>
      <link>https://community.qlik.com/t5/QlikView/reload-time/m-p/494315#M184902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;now(0) is same as reloadtime() thats what i have observed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 17:01:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reload-time/m-p/494315#M184902</guid>
      <dc:creator />
      <dc:date>2013-11-26T17:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: reload time</title>
      <link>https://community.qlik.com/t5/QlikView/reload-time/m-p/494316#M184903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the script:&lt;/P&gt;&lt;P&gt;Let vThisReloadTime=Now();&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 17:27:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reload-time/m-p/494316#M184903</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-11-26T17:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: reload time</title>
      <link>https://community.qlik.com/t5/QlikView/reload-time/m-p/494317#M184904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go through complete thread first please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 17:31:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reload-time/m-p/494317#M184904</guid>
      <dc:creator />
      <dc:date>2013-11-26T17:31:39Z</dc:date>
    </item>
  </channel>
</rss>

