<?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 How can I get the reload time elapsed ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-can-I-get-the-reload-time-elapsed/m-p/151243#M29144</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi every body.&lt;/P&gt;&lt;P&gt;Is there any way to find the "Reload Time spent", I mean the time elapsed for the last reload not the hour when the last reload was achieved (that last point is covered by the reloadTime() function).&lt;/P&gt;&lt;P&gt;I don't find any properties even in the Macro's API. Did I missed something ?&lt;/P&gt;&lt;P&gt;Can I find that information in a .mem file ?&lt;BR /&gt;Or maybe I should try to parse the Server / Publisher logs ?&lt;/P&gt;&lt;P&gt;Is someone have an idea ?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S : context : I'm trying to create file statistics upon a list of qvw. I've manage to get almost all I need (thanks to Community users &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; except that "reload time elapsed"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Aug 2009 17:03:03 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-08-06T17:03:03Z</dc:date>
    <item>
      <title>How can I get the reload time elapsed ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-get-the-reload-time-elapsed/m-p/151243#M29144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi every body.&lt;/P&gt;&lt;P&gt;Is there any way to find the "Reload Time spent", I mean the time elapsed for the last reload not the hour when the last reload was achieved (that last point is covered by the reloadTime() function).&lt;/P&gt;&lt;P&gt;I don't find any properties even in the Macro's API. Did I missed something ?&lt;/P&gt;&lt;P&gt;Can I find that information in a .mem file ?&lt;BR /&gt;Or maybe I should try to parse the Server / Publisher logs ?&lt;/P&gt;&lt;P&gt;Is someone have an idea ?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S : context : I'm trying to create file statistics upon a list of qvw. I've manage to get almost all I need (thanks to Community users &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; except that "reload time elapsed"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 17:03:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-get-the-reload-time-elapsed/m-p/151243#M29144</guid>
      <dc:creator />
      <dc:date>2009-08-06T17:03:03Z</dc:date>
    </item>
    <item>
      <title>How can I get the reload time elapsed ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-get-the-reload-time-elapsed/m-p/151244#M29145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bertrand,&lt;/P&gt;&lt;P&gt;it´s easy to calculate it.&lt;/P&gt;&lt;P&gt;Use variables like:&lt;/P&gt;&lt;P&gt;At the beginning of your script Let vScriptStart = Now();&lt;/P&gt;&lt;P&gt;And on the end: Let vScriptEnd = Now();&lt;/P&gt;&lt;P&gt;as example.&lt;/P&gt;&lt;P&gt;Do have the "Server Performance" application available? This application reads out QlikView server log files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 17:38:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-get-the-reload-time-elapsed/m-p/151244#M29145</guid>
      <dc:creator />
      <dc:date>2009-08-06T17:38:08Z</dc:date>
    </item>
    <item>
      <title>How can I get the reload time elapsed ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-get-the-reload-time-elapsed/m-p/151245#M29146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set a variable to the value of now(1) at the start of the scrip and another to now(1) at teh end. The now function returns a timestamp so you can use date/time functions to calculate the difference.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 17:44:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-get-the-reload-time-elapsed/m-p/151245#M29146</guid>
      <dc:creator />
      <dc:date>2009-08-06T17:44:14Z</dc:date>
    </item>
    <item>
      <title>How can I get the reload time elapsed ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-get-the-reload-time-elapsed/m-p/151246#M29147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everybody.&lt;/P&gt;&lt;P&gt;but (see the P.S part in my first post). my final goal is to read that informations in other Qvw not only in the current qvw.&lt;BR /&gt;That why i'm looking for a property or a log with that information (or else I will be forced to calculate the reload time manually in each qvw analysed).&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 18:45:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-get-the-reload-time-elapsed/m-p/151246#M29147</guid>
      <dc:creator />
      <dc:date>2009-08-06T18:45:02Z</dc:date>
    </item>
    <item>
      <title>How can I get the reload time elapsed ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-get-the-reload-time-elapsed/m-p/151247#M29148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bertrand,&lt;/P&gt;&lt;P&gt;turn on for every QlikView application "Generate Logfile" (Document Properties =&amp;gt; General Tab).&lt;/P&gt;&lt;P&gt;Logfile name will be: MyApplication.qvw.log&lt;/P&gt;&lt;P&gt;Here you find the information you need:&lt;/P&gt;&lt;P&gt;&lt;B&gt;23.07.2009 09:15:55: Start der Skript-Ausführung&lt;/B&gt;&lt;BR /&gt;23.07.2009 09:15:55: QlikView Version:8.50.6261.5&lt;BR /&gt;23.07.2009 09:15:55: 0002 SET ThousandSep='.'&lt;BR /&gt;.&lt;/P&gt;&lt;P&gt;23.07.2009 09:15:55: 4 Felder gefunden: DocumentNo, ActualDate, ActualTime, ActualStatus, 3 Sätze erhalten&lt;BR /&gt;&lt;B&gt;23.07.2009 09:15:55: Ende der Skript-Ausführung&lt;/B&gt;&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 18:59:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-get-the-reload-time-elapsed/m-p/151247#M29148</guid>
      <dc:creator />
      <dc:date>2009-08-06T18:59:49Z</dc:date>
    </item>
    <item>
      <title>How can I get the reload time elapsed ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-get-the-reload-time-elapsed/m-p/151248#M29149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok thanks,&lt;/P&gt;&lt;P&gt;That's what I need&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 19:05:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-get-the-reload-time-elapsed/m-p/151248#M29149</guid>
      <dc:creator />
      <dc:date>2009-08-06T19:05:56Z</dc:date>
    </item>
  </channel>
</rss>

