<?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 Statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/AGGR-Statement/m-p/606498#M224003</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr(sum(If(sum([Inv Gross]) &amp;gt;= $(vMax)&amp;nbsp; and sum([Inv Gross]) &amp;lt;= $(vMax1) and sum([Billing Item Counter]) &amp;gt;= $(vMax2) and Sum([Billing Item Counter]) &amp;lt;= $(vMax3), [Inv Gross]),Level1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Apr 2014 17:57:13 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2014-04-22T17:57:13Z</dc:date>
    <item>
      <title>AGGR Statement</title>
      <link>https://community.qlik.com/t5/QlikView/AGGR-Statement/m-p/606493#M223998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can someone help me convert this to an AGGR statement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(sum([Inv Gross]) &amp;gt;= $(vMax) and sum([Inv Gross]) &amp;lt;= $(vMax1) and&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; (sum([Billing Item Counter]) &amp;gt;= $(vMax2) and Sum([Billing Item Counter]) &amp;lt;= $(vMax3),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (sum([Inv Gross])))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My dimension would be Level1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 17:38:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AGGR-Statement/m-p/606493#M223998</guid>
      <dc:creator>tmumaw</dc:creator>
      <dc:date>2014-04-22T17:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: AGGR Statement</title>
      <link>https://community.qlik.com/t5/QlikView/AGGR-Statement/m-p/606494#M223999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi there try this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum(aggr(&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(sum([Inv Gross]) &amp;gt;= $(vMax) and sum([Inv Gross]) &amp;lt;= $(vMax1) and&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; (sum([Billing Item Counter]) &amp;gt;= $(vMax2) and Sum([Billing Item Counter]) &amp;lt;= $(vMax3),&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (sum([Inv Gross])))&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;,Level1))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 17:42:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AGGR-Statement/m-p/606494#M223999</guid>
      <dc:creator>preminqlik</dc:creator>
      <dc:date>2014-04-22T17:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: AGGR Statement</title>
      <link>https://community.qlik.com/t5/QlikView/AGGR-Statement/m-p/606495#M224000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try Like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr(If(sum([Inv Gross]) &amp;gt;= $(vMax) and sum([Inv Gross]) &amp;lt;= $(vMax1) and sum([Billing Item Counter]) &amp;gt;= $(vMax2) and Sum([Billing Item Counter]) &amp;lt;= $(vMax3),(sum([Inv Gross]))), Level1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&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;"&gt;=Sum(Aggr(If(sum([Inv Gross]) &amp;gt;= $(vMax) and sum([Inv Gross]) &amp;lt;= $(vMax1) and sum([Billing Item Counter]) &amp;gt;= $(vMax2) and Sum([Billing Item Counter]) &amp;lt;= $(vMax3),(sum([Inv Gross]))), Level1))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 17:46:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AGGR-Statement/m-p/606495#M224000</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-22T17:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: AGGR Statement</title>
      <link>https://community.qlik.com/t5/QlikView/AGGR-Statement/m-p/606496#M224001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 17:49:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AGGR-Statement/m-p/606496#M224001</guid>
      <dc:creator>tmumaw</dc:creator>
      <dc:date>2014-04-22T17:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: AGGR Statement</title>
      <link>https://community.qlik.com/t5/QlikView/AGGR-Statement/m-p/606497#M224002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 17:49:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AGGR-Statement/m-p/606497#M224002</guid>
      <dc:creator>tmumaw</dc:creator>
      <dc:date>2014-04-22T17:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: AGGR Statement</title>
      <link>https://community.qlik.com/t5/QlikView/AGGR-Statement/m-p/606498#M224003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr(sum(If(sum([Inv Gross]) &amp;gt;= $(vMax)&amp;nbsp; and sum([Inv Gross]) &amp;lt;= $(vMax1) and sum([Billing Item Counter]) &amp;gt;= $(vMax2) and Sum([Billing Item Counter]) &amp;lt;= $(vMax3), [Inv Gross]),Level1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 17:57:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AGGR-Statement/m-p/606498#M224003</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-22T17:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: AGGR Statement</title>
      <link>https://community.qlik.com/t5/QlikView/AGGR-Statement/m-p/606499#M224004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;what are you looking to achieve using aggr function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;those the result of the expression should be display in a single line&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 18:53:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AGGR-Statement/m-p/606499#M224004</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2014-04-22T18:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: AGGR Statement</title>
      <link>https://community.qlik.com/t5/QlikView/AGGR-Statement/m-p/606500#M224005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd suggest to use the following as Calculated Dimension:&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: 10pt; line-height: 1.5em;"&gt;=Aggr(If(sum([Inv Gross]) &amp;gt;= $(vMax) and sum([Inv Gross]) &amp;lt;= $(vMax1) and sum([Billing Item Counter]) &amp;gt;= $(vMax2) and Sum([Billing Item Counter]) &amp;lt;= $(vMax3),(sum([Inv Gross]))), Level1)&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: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&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: 10pt; line-height: 1.5em;"&gt;Expression:&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: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum([Inv Gross])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hope it'll help&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 19:02:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AGGR-Statement/m-p/606500#M224005</guid>
      <dc:creator>bgerchikov</dc:creator>
      <dc:date>2014-04-22T19:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: AGGR Statement</title>
      <link>https://community.qlik.com/t5/QlikView/AGGR-Statement/m-p/606501#M224006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Boris,&lt;/P&gt;&lt;P&gt;It's close, but no Level1 dimension is displayed.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Thom&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.&amp;nbsp; I made the dimension an expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 19:20:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AGGR-Statement/m-p/606501#M224006</guid>
      <dc:creator>tmumaw</dc:creator>
      <dc:date>2014-04-22T19:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: AGGR Statement</title>
      <link>https://community.qlik.com/t5/QlikView/AGGR-Statement/m-p/606502#M224007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be easier to help you out if you'd attach some example. Are you sure you have Level1 records that satisfied these conditions i the current selection? Also, please double-check syntax. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 21:58:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AGGR-Statement/m-p/606502#M224007</guid>
      <dc:creator>bgerchikov</dc:creator>
      <dc:date>2014-04-22T21:58:42Z</dc:date>
    </item>
  </channel>
</rss>

