<?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: selection calculation time in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/selection-calculation-time/m-p/550117#M479714</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jan 2014 12:35:31 GMT</pubDate>
    <dc:creator>Clever_Anjos</dc:creator>
    <dc:date>2014-01-22T12:35:31Z</dc:date>
    <item>
      <title>selection calculation time</title>
      <link>https://community.qlik.com/t5/QlikView/selection-calculation-time/m-p/550111#M479708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know any way to calculate the time that a specific selection took for a selected chart??&lt;/P&gt;&lt;P&gt;For example when I select a country from a list box I want to know how much time it took for the chart sales per country (green progress bar) to get calculated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 11:22:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selection-calculation-time/m-p/550111#M479708</guid>
      <dc:creator />
      <dc:date>2014-01-22T11:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: selection calculation time</title>
      <link>https://community.qlik.com/t5/QlikView/selection-calculation-time/m-p/550112#M479709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Immediatly after the selection&lt;/P&gt;&lt;P&gt;Check Sheet Properties / Sheet Objects&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 11:25:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selection-calculation-time/m-p/550112#M479709</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2014-01-22T11:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: selection calculation time</title>
      <link>https://community.qlik.com/t5/QlikView/selection-calculation-time/m-p/550113#M479710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know that you can check the calculation time of each object. I was just wondering if there is a way to retrieve that statistic and show it on a text box??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 11:37:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selection-calculation-time/m-p/550113#M479710</guid>
      <dc:creator />
      <dc:date>2014-01-22T11:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: selection calculation time</title>
      <link>https://community.qlik.com/t5/QlikView/selection-calculation-time/m-p/550114#M479711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry it may be done through the macro Script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 11:47:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selection-calculation-time/m-p/550114#M479711</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-01-22T11:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: selection calculation time</title>
      <link>https://community.qlik.com/t5/QlikView/selection-calculation-time/m-p/550115#M479712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have any ready sample available??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 11:58:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selection-calculation-time/m-p/550115#M479712</guid>
      <dc:creator />
      <dc:date>2014-01-22T11:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: selection calculation time</title>
      <link>https://community.qlik.com/t5/QlikView/selection-calculation-time/m-p/550116#M479713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here is the code you need&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set s0 = ActiveDocument.GetSheetObject("CH01") ' your sheet object&lt;/P&gt;&lt;P&gt;t = so.GetObjectCalcTime&lt;/P&gt;&lt;P&gt;msgbox(t)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 12:00:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selection-calculation-time/m-p/550116#M479713</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2014-01-22T12:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Re: selection calculation time</title>
      <link>https://community.qlik.com/t5/QlikView/selection-calculation-time/m-p/550117#M479714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 12:35:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selection-calculation-time/m-p/550117#M479714</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2014-01-22T12:35:31Z</dc:date>
    </item>
  </channel>
</rss>

