<?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 Last reload end time in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Last-reload-end-time/m-p/665753#M1082903</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need last reload end time as reloadtime() gives melast reload start time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in advance.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jun 2014 05:25:55 GMT</pubDate>
    <dc:creator>alkesh_sharma</dc:creator>
    <dc:date>2014-06-27T05:25:55Z</dc:date>
    <item>
      <title>Last reload end time</title>
      <link>https://community.qlik.com/t5/QlikView/Last-reload-end-time/m-p/665753#M1082903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need last reload end time as reloadtime() gives melast reload start time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in advance.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 05:25:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-reload-end-time/m-p/665753#M1082903</guid>
      <dc:creator>alkesh_sharma</dc:creator>
      <dc:date>2014-06-27T05:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Last reload end time</title>
      <link>https://community.qlik.com/t5/QlikView/Last-reload-end-time/m-p/665754#M1082904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Now() or Reloadtime() function but better you use NOW() with variables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See simple way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vStart = NOW();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load statements&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vEnd = NOW();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let Totaltime&amp;nbsp; = Time(vEnd-vStart); //For total time duration you can use this line&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 05:29:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-reload-end-time/m-p/665754#M1082904</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-27T05:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Last reload end time</title>
      <link>https://community.qlik.com/t5/QlikView/Last-reload-end-time/m-p/665755#M1082905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this Post:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/18158"&gt;http://community.qlik.com/thread/18158&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 05:32:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-reload-end-time/m-p/665755#M1082905</guid>
      <dc:creator>aveeeeeee7en</dc:creator>
      <dc:date>2014-06-27T05:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Last reload end time</title>
      <link>https://community.qlik.com/t5/QlikView/Last-reload-end-time/m-p/665756#M1082906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alkesh ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please elaborate what exactly you are looking for. If you want to see last reload time than use this script below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='[ Updated at ' &amp;amp; timestamp(reloadtime(), 'hh:mm on MMM DD, YYYY') &amp;amp;' ]'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 05:32:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-reload-end-time/m-p/665756#M1082906</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-06-27T05:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Last reload end time</title>
      <link>https://community.qlik.com/t5/QlikView/Last-reload-end-time/m-p/665757#M1082907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can give like,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;before start the script&lt;/P&gt;&lt;P&gt;Let vStart = now()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the end of the script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vEnd = now()&lt;/P&gt;&lt;P&gt;Then Using vStart variable, you can get start reload time&lt;/P&gt;&lt;P&gt;Using vEnd variable , You can get end reload time.&lt;/P&gt;&lt;P&gt;If you want to calculate reload maximum time, you can use below expression&lt;/P&gt;&lt;P&gt;=time(vStart - vEnd, 'hh:mm:ss')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it may helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 05:33:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-reload-end-time/m-p/665757#M1082907</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-27T05:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Last reload end time</title>
      <link>https://community.qlik.com/t5/QlikView/Last-reload-end-time/m-p/665758#M1082908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can fetch this from log file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;last line datetime. try your trick to find it our&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 05:33:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-reload-end-time/m-p/665758#M1082908</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-06-27T05:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Last reload end time</title>
      <link>https://community.qlik.com/t5/QlikView/Last-reload-end-time/m-p/665759#M1082909</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;Use Now() at the of the script&lt;/P&gt;&lt;P&gt;so when u will reload the script it will be the last statement to be executed , &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;and that time will be your reload end time.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Vivek&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 05:36:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-reload-end-time/m-p/665759#M1082909</guid>
      <dc:creator />
      <dc:date>2014-06-27T05:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Last reload end time</title>
      <link>https://community.qlik.com/t5/QlikView/Last-reload-end-time/m-p/665760#M1082910</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;Use let vreloadtime=now(0)&lt;/P&gt;&lt;P&gt;This gives you the time when the reload ended.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Ravi N.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 09:49:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-reload-end-time/m-p/665760#M1082910</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-27T09:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Last reload end time</title>
      <link>https://community.qlik.com/t5/QlikView/Last-reload-end-time/m-p/665761#M1082911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if I understand correctly but &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;reloadtime()&lt;/SPAN&gt; function always shows the application loading finish time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 10:03:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-reload-end-time/m-p/665761#M1082911</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-27T10:03:42Z</dc:date>
    </item>
  </channel>
</rss>

