<?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: checking the query run time in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/checking-the-query-run-time/m-p/1747201#M716366</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;LET START = now(1);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;do the load &amp;amp; sql&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;LET ELAPSED = now(1) - START;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Then display the variable in a text object as "=interval(ELAPSED, 'hh:mm:ss')"&lt;BR /&gt;&lt;BR /&gt;#Rwunderlich, for calculating ELASPED you need to subtract now -&amp;nbsp; START.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 25 Sep 2020 13:52:34 GMT</pubDate>
    <dc:creator>rageshjaiswal28</dc:creator>
    <dc:date>2020-09-25T13:52:34Z</dc:date>
    <item>
      <title>checking the query run time</title>
      <link>https://community.qlik.com/t5/QlikView/checking-the-query-run-time/m-p/150510#M716363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you have a query in Qlikview document/object, is there a way to check on the querying time&lt;BR /&gt;of the sql loading or something like that? thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2009 07:37:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/checking-the-query-run-time/m-p/150510#M716363</guid>
      <dc:creator>jasonseril</dc:creator>
      <dc:date>2009-07-29T07:37:13Z</dc:date>
    </item>
    <item>
      <title>checking the query run time</title>
      <link>https://community.qlik.com/t5/QlikView/checking-the-query-run-time/m-p/150511#M716364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you asking about the time it takes to do the SQL query in the load script? You can get a pretty good idea from looking at the logfile.&lt;/P&gt;&lt;P&gt;Or you can bracket your script statements with something like this:&lt;/P&gt;&lt;P&gt;LET START = now(1);&lt;BR /&gt;do the load &amp;amp; sql&lt;BR /&gt;LET ELAPSED = now(1) - ELAPSED;&lt;/P&gt;&lt;P&gt;Then display the variable in a text object as "=interval(ELAPSED, 'hh:mm:ss')"&lt;/P&gt;&lt;P&gt;Or are you looking for how long it takes for an object to display after making selections? Those values are available inthe Sheet Properties/Objects tab in the "Calc Time" column.&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2009 08:35:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/checking-the-query-run-time/m-p/150511#M716364</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2009-07-29T08:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: checking the query run time</title>
      <link>https://community.qlik.com/t5/QlikView/checking-the-query-run-time/m-p/1586332#M716365</link>
      <description>&lt;P&gt;Rob,&lt;/P&gt;&lt;P&gt;I have followed as per your solution.&lt;/P&gt;&lt;P&gt;It works with no section access, for the app with section access, "Access denied" message displayed.&lt;/P&gt;&lt;P&gt;Please refer the post &lt;A href="https://community.qlik.com/t5/Qlik-Sense-App-Development/Qlik-sense-Query-runtime-log-with-Section-Accesss-failed/td-p/1586274" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Sense-App-Development/Qlik-sense-Query-runtime-log-with-Section-Accesss-failed/td-p/1586274&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 16:53:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/checking-the-query-run-time/m-p/1586332#M716365</guid>
      <dc:creator>luxlux80</dc:creator>
      <dc:date>2019-05-29T16:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: checking the query run time</title>
      <link>https://community.qlik.com/t5/QlikView/checking-the-query-run-time/m-p/1747201#M716366</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;LET START = now(1);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;do the load &amp;amp; sql&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;LET ELAPSED = now(1) - START;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Then display the variable in a text object as "=interval(ELAPSED, 'hh:mm:ss')"&lt;BR /&gt;&lt;BR /&gt;#Rwunderlich, for calculating ELASPED you need to subtract now -&amp;nbsp; START.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 13:52:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/checking-the-query-run-time/m-p/1747201#M716366</guid>
      <dc:creator>rageshjaiswal28</dc:creator>
      <dc:date>2020-09-25T13:52:34Z</dc:date>
    </item>
  </channel>
</rss>

