<?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: Calculating Average in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculating-Average/m-p/824343#M1021924</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Max(Aggr(SUM(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; [Number of People in Building]),Hour))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will give you Max Number of People on any hour&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;=FirstSortedValue(Hour, -Aggr(SUM(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; [Number of People in Building]),Hour))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;This will give you Hour when the Number of People are Maximum compare to all Hour.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Mar 2015 07:41:08 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2015-03-18T07:41:08Z</dc:date>
    <item>
      <title>Calculating Average</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-Average/m-p/824342#M1021923</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;I have two fields, [Number of People in Building] (Numeric) and [Hour] (00:00 - 23:00) respectively.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would now like to calculate which hour of the day has the most number of people in the building on an average.&lt;/P&gt;&lt;P&gt;How can I do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 05:35:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-Average/m-p/824342#M1021923</guid>
      <dc:creator />
      <dc:date>2015-03-18T05:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Average</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-Average/m-p/824343#M1021924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Max(Aggr(SUM(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; [Number of People in Building]),Hour))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will give you Max Number of People on any hour&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;=FirstSortedValue(Hour, -Aggr(SUM(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; [Number of People in Building]),Hour))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;This will give you Hour when the Number of People are Maximum compare to all Hour.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 07:41:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-Average/m-p/824343#M1021924</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-03-18T07:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Average</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-Average/m-p/824344#M1021925</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;You can try like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension: Hour&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&amp;nbsp; Avg(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; [Number of People in Building])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 07:54:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-Average/m-p/824344#M1021925</guid>
      <dc:creator />
      <dc:date>2015-03-18T07:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Average</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-Average/m-p/824345#M1021926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tumelo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 08:05:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-Average/m-p/824345#M1021926</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2015-03-18T08:05:45Z</dc:date>
    </item>
  </channel>
</rss>

