<?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: Aggr doesn´t work well with dimensions? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Aggr-doesn-t-work-well-with-dimensions/m-p/855093#M993945</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alejandra, maybe using TOTAL to ignore dimensions:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Stdev(aggr(sum(TOTAL COIN_IN),LLAVE))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;or:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Stdev(TOTAL aggr(sum(TOTAL COIN_IN),LLAVE))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Jul 2015 06:13:57 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2015-07-01T06:13:57Z</dc:date>
    <item>
      <title>Aggr doesn´t work well with dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-doesn-t-work-well-with-dimensions/m-p/855092#M993944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have this expresion in a simple table with month as dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;Stdev(aggr(sum(COIN_IN),LLAVE))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanna see all the months at the same time but it just work well when I select a month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I have to add something to the expresion?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 22:10:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-doesn-t-work-well-with-dimensions/m-p/855092#M993944</guid>
      <dc:creator />
      <dc:date>2015-06-30T22:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr doesn´t work well with dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-doesn-t-work-well-with-dimensions/m-p/855093#M993945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alejandra, maybe using TOTAL to ignore dimensions:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Stdev(aggr(sum(TOTAL COIN_IN),LLAVE))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;or:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Stdev(TOTAL aggr(sum(TOTAL COIN_IN),LLAVE))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 06:13:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-doesn-t-work-well-with-dimensions/m-p/855093#M993945</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-07-01T06:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr doesn´t work well with dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-doesn-t-work-well-with-dimensions/m-p/855094#M993946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or if you want each month with his values, just add month as dimension in aggr:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Stdev(aggr(sum(COIN_IN),MONTHFIELD,LLAVE))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 06:25:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-doesn-t-work-well-with-dimensions/m-p/855094#M993946</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-07-01T06:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr doesn´t work well with dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-doesn-t-work-well-with-dimensions/m-p/855095#M993947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks!!! it worked well in that expresion but i added it to this one and doesn´t work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(aggr((Count({&amp;lt;COIN_IN={'&amp;gt;0'}&amp;gt;}TOTAL&amp;lt;Mes&amp;gt;(LLAVE))+1-rank(1-sum({&amp;lt;COIN_IN={'&amp;gt;0'}&amp;gt;}COIN_IN)))*sum({&amp;lt;COIN_IN={'&amp;gt;0'}&amp;gt;}COIN_IN),Mes,LLAVE))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 18:00:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-doesn-t-work-well-with-dimensions/m-p/855095#M993947</guid>
      <dc:creator />
      <dc:date>2015-07-01T18:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr doesn´t work well with dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-doesn-t-work-well-with-dimensions/m-p/855096#M993948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alejandra, can you upload a sample to make some tests?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also please explain what are trying to do, I don't understand that (Count()+1-Rank())*Sum()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression works when you select a month?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 19:32:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-doesn-t-work-well-with-dimensions/m-p/855096#M993948</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-07-01T19:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr doesn´t work well with dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-doesn-t-work-well-with-dimensions/m-p/855097#M993949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Im trying to calculate gini coefficient and&amp;nbsp; show it by month in a table and this is just a part of the formula ,it works well when I select just a month but I need to show them all. Do you speak spanish??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 20:27:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-doesn-t-work-well-with-dimensions/m-p/855097#M993949</guid>
      <dc:creator />
      <dc:date>2015-07-01T20:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr doesn´t work well with dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-doesn-t-work-well-with-dimensions/m-p/855098#M993950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I speak spanish, I just kept this in english because is easier for other users to help, but if want to explain something in spanish I can understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's good news if it works for one month but the formula is a bit complicated to fix without a sample to make some tests.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 06:11:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-doesn-t-work-well-with-dimensions/m-p/855098#M993950</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-07-02T06:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr doesn´t work well with dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-doesn-t-work-well-with-dimensions/m-p/2088425#M1224112</link>
      <description>&lt;P&gt;How did you make the GINI coefficient?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 18:15:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-doesn-t-work-well-with-dimensions/m-p/2088425#M1224112</guid>
      <dc:creator>mbelfiore99</dc:creator>
      <dc:date>2023-06-27T18:15:47Z</dc:date>
    </item>
  </channel>
</rss>

