<?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: Average per month using Avg/Aggr in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Average-per-month-using-Avg-Aggr/m-p/1427114#M808981</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you @Sunny, I want to extract the min and max values on StDev. How could I make this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jul 2018 06:46:28 GMT</pubDate>
    <dc:creator>fatihtomruk</dc:creator>
    <dc:date>2018-07-03T06:46:28Z</dc:date>
    <item>
      <title>Average per month using Avg/Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Average-per-month-using-Avg-Aggr/m-p/1427112#M808979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, having an issue with getting to a monthly spending customer average and wonder if someone can help - sure it's come up before but not been able to find a fix. The below is an example of the calculation I'm trying to get to, with each particular store as the dimension. So from that table I'd want to show Store 1 - 339, Store 2 - 628 and so on&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 210px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20"&gt;&lt;/TD&gt;&lt;TD class="xl63"&gt;&lt;STRONG&gt;Store 1&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl63"&gt;&lt;STRONG&gt;Store 2&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Month 1&lt;/TD&gt;&lt;TD class="xl64"&gt;342&lt;/TD&gt;&lt;TD class="xl64"&gt;658&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Month 2&lt;/TD&gt;&lt;TD class="xl64"&gt;350&lt;/TD&gt;&lt;TD class="xl64"&gt;622&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Month 3&lt;/TD&gt;&lt;TD class="xl64"&gt;301&lt;/TD&gt;&lt;TD class="xl64"&gt;599&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Month 4&lt;/TD&gt;&lt;TD class="xl64"&gt;312&lt;/TD&gt;&lt;TD class="xl64"&gt;607&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Month 5&lt;/TD&gt;&lt;TD class="xl64"&gt;378&lt;/TD&gt;&lt;TD class="xl64"&gt;633&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Month 6&lt;/TD&gt;&lt;TD class="xl64"&gt;371&lt;/TD&gt;&lt;TD class="xl64"&gt;650&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;&lt;STRONG&gt;Average&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl64"&gt;342&lt;/TD&gt;&lt;TD class="xl64"&gt;628&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the Avg &amp;amp; Aggr functions gets me to an average across the whole group of stores but doesnt show with the branch as dimension, expression = avg(aggr( sum(SpendingCustomers), Month) ?? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-per-month-using-Avg-Aggr/m-p/1427112#M808979</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Average per month using Avg/Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Average-per-month-using-Avg-Aggr/m-p/1427113#M808980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&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;&lt;STRONG&gt;Avg(Aggr(Sum(SpendingCustomers), Month, Branch)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 17:12:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-per-month-using-Avg-Aggr/m-p/1427113#M808980</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-10T17:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Average per month using Avg/Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Average-per-month-using-Avg-Aggr/m-p/1427114#M808981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you @Sunny, I want to extract the min and max values on StDev. How could I make this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2018 06:46:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-per-month-using-Avg-Aggr/m-p/1427114#M808981</guid>
      <dc:creator>fatihtomruk</dc:creator>
      <dc:date>2018-07-03T06:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Average per month using Avg/Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Average-per-month-using-Avg-Aggr/m-p/1427115#M808982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; font-size: 10pt;"&gt;Min(Aggr(Sum(SpendingCustomers), Month, Branch)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; font-size: 10pt;"&gt;&lt;STRONG style="font-family: inherit; font-size: 10pt; font-style: inherit;"&gt;Max(Aggr(Sum(SpendingCustomers), Month, Branch)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2018 09:27:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-per-month-using-Avg-Aggr/m-p/1427115#M808982</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2018-07-03T09:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Average per month using Avg/Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Average-per-month-using-Avg-Aggr/m-p/1427116#M808983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Min or Max on StDev? Can you elaborate with an example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2018 23:04:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-per-month-using-Avg-Aggr/m-p/1427116#M808983</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-04T23:04:20Z</dc:date>
    </item>
  </channel>
</rss>

