<?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: Help with Aggr () not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-Aggr-not-working/m-p/1230086#M392022</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be make sure of Dimensionality() here.... Check what you get for Dimensionality() in the total row and use or condition like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;If(Len(Trim([Offer Name])) &amp;gt; 0 or Dimensionality() = '---',&lt;/SPAN&gt; Sum(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;TOTAL &amp;lt;OFFERNUM&amp;gt;&lt;/SPAN&gt;Aggr(Count({&amp;lt;RECORD_TYPE = {ORDERED, SHIPPED}&amp;gt;} DISTINCT BILLTOCUSTEDP),OFFERNUM, [Offer Name]))&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace &lt;STRONG style="color: #ff0000; font-size: 13px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;'---'&lt;/STRONG&gt; with the number you find when you use Dimensionality() as an expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jan 2017 03:17:29 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-01-25T03:17:29Z</dc:date>
    <item>
      <title>Help with Aggr () not working</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Aggr-not-working/m-p/1230078#M392014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to aggregate the total value of the count result as below. but this is not happening&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(Aggr(Count({&amp;lt;RECORD_TYPE = {ORDERED, SHIPPED}&amp;gt;} DISTINCT BILLTOCUSTEDP),OFFERNUM))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to aggregate the same offernumber&lt;/P&gt;&lt;P&gt;below is before aggregating:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="150767" alt="aggr2.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/150767_aggr2.JPG" style="height: 96px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;below is after aggregating, the total should be 19 , but it still shows as 18&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="150768" alt="aggr1.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/150768_aggr1.JPG" style="height: 105px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 01:28:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Aggr-not-working/m-p/1230078#M392014</guid>
      <dc:creator>qvqfqlik</dc:creator>
      <dc:date>2017-01-25T01:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Aggr () not working</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Aggr-not-working/m-p/1230079#M392015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What happens when you add Offer Name to your aggr?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Aggr(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Count({&amp;lt;RECORD_TYPE = {ORDERED, SHIPPED}&amp;gt;} DISTINCT BILLTOCUSTEDP),OFFERNUM, &lt;SPAN style="color: #ff0000;"&gt;[Offer Name]&lt;/SPAN&gt;))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 02:13:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Aggr-not-working/m-p/1230079#M392015</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-25T02:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Aggr () not working</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Aggr-not-working/m-p/1230080#M392016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Below is when I include Offer name, its'nt still not aggregating&lt;/P&gt;&lt;P&gt;&lt;IMG alt="promo3.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/150769_promo3.JPG" style="height: 96px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 02:19:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Aggr-not-working/m-p/1230080#M392016</guid>
      <dc:creator>qvqfqlik</dc:creator>
      <dc:date>2017-01-25T02:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Aggr () not working</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Aggr-not-working/m-p/1230081#M392017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure what you mean? Do you not want to see the total as 19? What do you want to see?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 02:20:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Aggr-not-working/m-p/1230081#M392017</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-25T02:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Aggr () not working</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Aggr-not-working/m-p/1230082#M392018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, when its aggregated, I want it to to be shown as 19 in a single row. Below , instead of 18 I want it to be 19&lt;/P&gt;&lt;P&gt;&lt;IMG alt="aggr1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/150771_aggr1.JPG" style="height: 105px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 02:29:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Aggr-not-working/m-p/1230082#M392018</guid>
      <dc:creator>qvqfqlik</dc:creator>
      <dc:date>2017-01-25T02:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Aggr () not working</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Aggr-not-working/m-p/1230083#M392019</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;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;If(Len(Trim([Offer Name])) &amp;gt; 0,&lt;/SPAN&gt; Sum(&lt;SPAN style="color: #ff0000;"&gt;TOTAL &amp;lt;OFFERNUM&amp;gt;&lt;/SPAN&gt;Aggr(Count({&amp;lt;RECORD_TYPE = {ORDERED, SHIPPED}&amp;gt;} DISTINCT BILLTOCUSTEDP),OFFERNUM, [Offer Name]))&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 02:31:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Aggr-not-working/m-p/1230083#M392019</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-25T02:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Aggr () not working</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Aggr-not-working/m-p/1230084#M392020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny , In that row , I got it as 19 , but in the Total row, I still see it as 0&lt;/P&gt;&lt;P&gt;&lt;IMG alt="promo4.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/150772_promo4.JPG" style="height: 77px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 03:11:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Aggr-not-working/m-p/1230084#M392020</guid>
      <dc:creator>qvqfqlik</dc:creator>
      <dc:date>2017-01-25T03:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Aggr () not working</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Aggr-not-working/m-p/1230085#M392021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you provide application to work on it? We may help you what was the wrong over there?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 03:16:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Aggr-not-working/m-p/1230085#M392021</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-01-25T03:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Aggr () not working</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Aggr-not-working/m-p/1230086#M392022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be make sure of Dimensionality() here.... Check what you get for Dimensionality() in the total row and use or condition like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;If(Len(Trim([Offer Name])) &amp;gt; 0 or Dimensionality() = '---',&lt;/SPAN&gt; Sum(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;TOTAL &amp;lt;OFFERNUM&amp;gt;&lt;/SPAN&gt;Aggr(Count({&amp;lt;RECORD_TYPE = {ORDERED, SHIPPED}&amp;gt;} DISTINCT BILLTOCUSTEDP),OFFERNUM, [Offer Name]))&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace &lt;STRONG style="color: #ff0000; font-size: 13px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;'---'&lt;/STRONG&gt; with the number you find when you use Dimensionality() as an expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 03:17:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Aggr-not-working/m-p/1230086#M392022</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-25T03:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Aggr () not working</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Aggr-not-working/m-p/1230087#M392023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;I guess you deleted your comment, but this might still be useful to see....&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Did you read my comment?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/150774_Capture.PNG" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;If you are still not sure, take a look here:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;A href="https://community.qlik.com/docs/DOC-7969"&gt;How to use - Dimensionality()&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;If this doesn't help, I would suggest you to share your app so that we can help you out &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 03:33:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Aggr-not-working/m-p/1230087#M392023</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-25T03:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Aggr () not working</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Aggr-not-working/m-p/1230088#M392024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If(Len(Trim([FULLOFFERNAME])) &amp;gt; 0 or Dimensionality() = '6', Sum(TOTAL &amp;lt;OFFERNUM&amp;gt;Aggr(Count({&amp;lt;RECORD_TYPE = {ORDERED, SHIPPED}&lt;/P&gt;&lt;P&gt;&amp;gt;} DISTINCT BILLTOCUSTEDP),OFFERNUM,FULLOFFERNAME)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is not aggregating as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="promo5.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/150776_promo5.JPG" style="height: 99px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 03:35:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Aggr-not-working/m-p/1230088#M392024</guid>
      <dc:creator>qvqfqlik</dc:creator>
      <dc:date>2017-01-25T03:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Aggr () not working</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Aggr-not-working/m-p/1230089#M392025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mind sharing a sample of your app?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1290"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;If(Len(Trim([FULLOFFERNAME])) &amp;gt; 0 or Dimensionality() &amp;lt;= 6, Sum(TOTAL &amp;lt;OFFERNUM&amp;gt;Aggr(Count({&amp;lt;RECORD_TYPE = {ORDERED, SHIPPED}&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;gt;} DISTINCT BILLTOCUSTEDP),OFFERNUM,FULLOFFERNAME)))&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;If(Len(Trim([FULLOFFERNAME])) &amp;gt; 0 or Dimensionality() &amp;lt;= 5, Sum(TOTAL &amp;lt;OFFERNUM&amp;gt;Aggr(Count({&amp;lt;RECORD_TYPE = {ORDERED, SHIPPED}&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;gt;} DISTINCT BILLTOCUSTEDP),OFFERNUM,FULLOFFERNAME)))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 03:37:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Aggr-not-working/m-p/1230089#M392025</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-25T03:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Aggr () not working</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Aggr-not-working/m-p/1230090#M392026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have reduced the data and attached the app file to the original post.&lt;/P&gt;&lt;P&gt;Thanks a lot Sunny &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; , I tried&amp;nbsp; Dimensionalitiy() &amp;lt;=5 and also &amp;lt;=6 , but it didnot work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 03:48:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Aggr-not-working/m-p/1230090#M392026</guid>
      <dc:creator>qvqfqlik</dc:creator>
      <dc:date>2017-01-25T03:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Aggr () not working</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Aggr-not-working/m-p/1230091#M392027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This seems to be working, isn't it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Len(Trim([FULLOFFERNAME])) &amp;gt; 0 or Dimensionality() &amp;lt;= 5, Sum(TOTAL &amp;lt;OFFERNUM&amp;gt;Aggr(Count({&amp;lt;RECORD_TYPE = {ORDERED, SHIPPED},&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ORDER_YEAR *= {"&amp;gt;=$(vStartYear)"},&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; REPORTING_YEAR=,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; REPORTING_MONTH =,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; REPORTING_QUARTER=,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; REPORTING_DAY=,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; REPORTING_DATE=,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SHIP_YEAR=,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SHIP_MONTH=,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SHIP_QUARTER=,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SHIP_DAY=,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SHIPDATE=&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;gt;} DISTINCT BILLTOCUSTEDP),OFFERNUM,FULLOFFERNAME)))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/150779_Capture.PNG" style="height: 283px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 03:51:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Aggr-not-working/m-p/1230091#M392027</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-25T03:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Aggr () not working</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Aggr-not-working/m-p/1230092#M392028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure, for some reason in my app its showing 0. please help me &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="prom6.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/150777_prom6.JPG" style="height: 83px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 04:03:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Aggr-not-working/m-p/1230092#M392028</guid>
      <dc:creator>qvqfqlik</dc:creator>
      <dc:date>2017-01-25T04:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Aggr () not working</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Aggr-not-working/m-p/1230093#M392029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌Did you try to open the app I attached? you don't see 19 for total in that one also?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 04:07:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Aggr-not-working/m-p/1230093#M392029</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-25T04:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Aggr () not working</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Aggr-not-working/m-p/1230094#M392030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I opened the app you've attached, I think you have attached my original file. can you please post the correct one with your changes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 04:14:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Aggr-not-working/m-p/1230094#M392030</guid>
      <dc:creator>qvqfqlik</dc:creator>
      <dc:date>2017-01-25T04:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Aggr () not working</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Aggr-not-working/m-p/1230095#M392031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please attach your file changes.&lt;/P&gt;&lt;P&gt;I used the same , but still seeing 0&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;If(Len(Trim([FULLOFFERNAME])) &amp;gt; 0 or Dimensionality() &amp;lt;= 5, Sum(TOTAL &amp;lt;OFFERNUM&amp;gt;Aggr(Count({&amp;lt;RECORD_TYPE = {ORDERED, SHIPPED},&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ORDER_YEAR *= {"&amp;gt;=$(vStartYear)"},&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; REPORTING_YEAR=,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; REPORTING_MONTH =,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; REPORTING_QUARTER=,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; REPORTING_DAY=,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; REPORTING_DATE=,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SHIP_YEAR=,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SHIP_MONTH=,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SHIP_QUARTER=,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SHIP_DAY=,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SHIPDATE=&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;gt;} DISTINCT BILLTOCUSTEDP),OFFERNUM,FULLOFFERNAME)))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 04:28:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Aggr-not-working/m-p/1230095#M392031</guid>
      <dc:creator>qvqfqlik</dc:creator>
      <dc:date>2017-01-25T04:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Aggr () not working</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Aggr-not-working/m-p/1230096#M392032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your app file I see Dimensionality()='6', and its not aggregating, and the total is 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 05:11:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Aggr-not-working/m-p/1230096#M392032</guid>
      <dc:creator>qvqfqlik</dc:creator>
      <dc:date>2017-01-25T05:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Aggr () not working</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Aggr-not-working/m-p/1230097#M392033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attaching again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 09:40:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Aggr-not-working/m-p/1230097#M392033</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-25T09:40:08Z</dc:date>
    </item>
  </channel>
</rss>

