<?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: conditional count of aggregated records in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/conditional-count-of-aggregated-records/m-p/712196#M256404</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But the expression "Quantity" already has that value? I tried this syntax with no luck:&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: 12.8000001907349px;"&gt;sum(Aggr(NODISTINCT Count(If([Quantity]&amp;lt;50,product)),warehouse,category))&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: 12.8000001907349px;"&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: 12.8000001907349px;"&gt;Here, [Quantity] is the expression that calculates the sum(quality)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Sep 2014 04:12:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-29T04:12:48Z</dc:date>
    <item>
      <title>conditional count of aggregated records</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-count-of-aggregated-records/m-p/712190#M256398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In the enclosed app, I would like to modify the "&amp;lt;50 expression" formula so that instead of returning the total count of aggregated records for the current fields, it would show the count of records in the aggregation set for those whose "Quantity" expression&amp;nbsp; is less than 50. So for example, in the table we should get the following result for the expression:&lt;/P&gt;&lt;P&gt;w1, A , laptop = 0&lt;/P&gt;&lt;P&gt;w1, A, tv = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w1, C, bed = 2&lt;/P&gt;&lt;P&gt;w1,C, chair =2&lt;/P&gt;&lt;P&gt;w1, C, table = 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w2, A, laptop = 1&lt;/P&gt;&lt;P&gt;w2, A, tv = 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Sep 2014 23:28:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-count-of-aggregated-records/m-p/712190#M256398</guid>
      <dc:creator />
      <dc:date>2014-09-28T23:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: conditional count of aggregated records</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-count-of-aggregated-records/m-p/712191#M256399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let's see if I understand you require:&amp;nbsp; You need to count how many product is under 50 (in quantity) for each warehouse and category.&amp;nbsp; If it is right, try this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(Aggr(NODISTINCT Count(If(quantity&amp;lt;50,product)),warehouse,category))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 01:06:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-count-of-aggregated-records/m-p/712191#M256399</guid>
      <dc:creator>jolivares</dc:creator>
      <dc:date>2014-09-29T01:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: conditional count of aggregated records</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-count-of-aggregated-records/m-p/712192#M256400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this one, too:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(TOTAL &amp;lt;warehouse,category&amp;gt; Aggr(Count(If(quantity&amp;lt;50,product)),warehouse,category))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 01:12:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-count-of-aggregated-records/m-p/712192#M256400</guid>
      <dc:creator>jolivares</dc:creator>
      <dc:date>2014-09-29T01:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: conditional count of aggregated records</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-count-of-aggregated-records/m-p/712193#M256401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect. Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 01:15:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-count-of-aggregated-records/m-p/712193#M256401</guid>
      <dc:creator />
      <dc:date>2014-09-29T01:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Re: conditional count of aggregated records</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-count-of-aggregated-records/m-p/712194#M256402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually&amp;nbsp; I need to use this expression in this syntax:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(Aggr(NODISTINCT Count(If(sum(quantity)&amp;lt;50,product)),warehouse,category))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that the if statement is testing against the sum(quantity). qlickview does not like this. I need to check against the sum of quantities of aggregated records for each warehouse, category, product aggregation. You will see that in the revised app with more data, your expression is returning the wrong results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 01:56:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-count-of-aggregated-records/m-p/712194#M256402</guid>
      <dc:creator />
      <dc:date>2014-09-29T01:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: conditional count of aggregated records</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-count-of-aggregated-records/m-p/712195#M256403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this case you need to group first the sum too...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 02:13:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-count-of-aggregated-records/m-p/712195#M256403</guid>
      <dc:creator>jolivares</dc:creator>
      <dc:date>2014-09-29T02:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: conditional count of aggregated records</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-count-of-aggregated-records/m-p/712196#M256404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But the expression "Quantity" already has that value? I tried this syntax with no luck:&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: 12.8000001907349px;"&gt;sum(Aggr(NODISTINCT Count(If([Quantity]&amp;lt;50,product)),warehouse,category))&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: 12.8000001907349px;"&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: 12.8000001907349px;"&gt;Here, [Quantity] is the expression that calculates the sum(quality)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 04:12:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-count-of-aggregated-records/m-p/712196#M256404</guid>
      <dc:creator />
      <dc:date>2014-09-29T04:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: conditional count of aggregated records</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-count-of-aggregated-records/m-p/712197#M256405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Try this one...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; 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="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sum(TOTAL &amp;lt;warehouse,category&amp;gt; Aggr(Count(If(Aggr(Sum(Quantity)&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;,warehouse,category)&amp;lt;50&lt;/SPAN&gt;,product)),warehouse,category))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 04:27:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-count-of-aggregated-records/m-p/712197#M256405</guid>
      <dc:creator>jolivares</dc:creator>
      <dc:date>2014-09-29T04:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: conditional count of aggregated records</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-count-of-aggregated-records/m-p/712198#M256406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Try this one...&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Sum(TOTAL &amp;lt;warehouse,category&amp;gt; Aggr(Count(If(Aggr(Sum(Quantity)&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;,warehouse,category,product)&amp;lt;50&lt;/SPAN&gt;,product)),warehouse,category))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 04:32:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-count-of-aggregated-records/m-p/712198#M256406</guid>
      <dc:creator>jolivares</dc:creator>
      <dc:date>2014-09-29T04:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Re: conditional count of aggregated records</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-count-of-aggregated-records/m-p/712199#M256407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;None of them return the desired output. I have uploaded the app with your expressions in it. The desired output should be this:&lt;/P&gt;&lt;P&gt;w1 A laptop = 0&lt;/P&gt;&lt;P&gt;w1 A tv = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since this group two products both have sum(quantity) &amp;gt; 50.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w1 C bed = 2&lt;/P&gt;&lt;P&gt;w1 C chair = 2&lt;/P&gt;&lt;P&gt;w1 C table = 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since this group has two members (chair and table) that have sum(quantity) &amp;lt; 50&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 05:02:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-count-of-aggregated-records/m-p/712199#M256407</guid>
      <dc:creator />
      <dc:date>2014-09-29T05:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: conditional count of aggregated records</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-count-of-aggregated-records/m-p/712200#M256408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Try the below expression in &amp;lt;50&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;quantity&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;lt;50,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;product&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;warehouse&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;category&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;product&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 06:30:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-count-of-aggregated-records/m-p/712200#M256408</guid>
      <dc:creator />
      <dc:date>2014-09-29T06:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Re: conditional count of aggregated records</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-count-of-aggregated-records/m-p/712201#M256409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I had already tried that expression. it doesn't give the desired output. I need to check for 50 against the sum(quantity), not quantity. Something like the below, except that qv doesn't like it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr(Count(If([Sum Quantity]&amp;lt;50,product)),warehouse,category,product)&lt;/P&gt;&lt;P&gt;where [Sum Quantity] is the expression that evaluates the sum(quality)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The desired output should be this:&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;w1 A laptop = 0&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;w1 A tv = 0&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;since this group two products both have sum(quantity) &amp;gt; 50.&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;w1 C bed = 2&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;w1 C chair = 2&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;w1 C table = 2&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.7272720336914px;"&gt;since this group has two members (chair and table) that have sum(quantity) &amp;lt; 50&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 07:17:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-count-of-aggregated-records/m-p/712201#M256409</guid>
      <dc:creator />
      <dc:date>2014-09-29T07:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: conditional count of aggregated records</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-count-of-aggregated-records/m-p/712202#M256410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not getting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if this is the case&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.72px;"&gt;The desired output should be this:&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.72px;"&gt;w1 A laptop = 0&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.72px;"&gt;w1 A tv = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.72px;"&gt;since this group two products both have sum(quantity) &amp;gt; 50.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then how below is possible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.72px;"&gt;w1 C bed = 2&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.72px;"&gt;w1 C chair = 2&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.72px;"&gt;w1 C table = 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.72px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.72px;"&gt;since this group has two members (chair and table) that have sum(quantity) &amp;lt; 50&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.72px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.72px;"&gt;beacause there is no quantity less than 50 for chair nad table.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 07:24:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-count-of-aggregated-records/m-p/712202#M256410</guid>
      <dc:creator />
      <dc:date>2014-09-29T07:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: conditional count of aggregated records</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-count-of-aggregated-records/m-p/712203#M256411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also use rank function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 07:27:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-count-of-aggregated-records/m-p/712203#M256411</guid>
      <dc:creator>sagarkharpude</dc:creator>
      <dc:date>2014-09-29T07:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: conditional count of aggregated records</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-count-of-aggregated-records/m-p/712204#M256412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dennis,&lt;/P&gt;&lt;P&gt;I used Sum(TOTAL &amp;lt;warehouse, category&amp;gt; Aggr(If(Sum(quantity)&amp;lt;50, 1), warehouse, category, product))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check in attachment if this is what you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 07:38:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-count-of-aggregated-records/m-p/712204#M256412</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2014-09-29T07:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Re: conditional count of aggregated records</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-count-of-aggregated-records/m-p/712205#M256413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I give you the answer...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(Aggr(Count(If(Aggr(Sum(quantity),warehouse,category,product)&amp;lt;50,product)),warehouse,category,product))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 12:17:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-count-of-aggregated-records/m-p/712205#M256413</guid>
      <dc:creator>jolivares</dc:creator>
      <dc:date>2014-09-29T12:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: conditional count of aggregated records</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-count-of-aggregated-records/m-p/712206#M256414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your expression worked perfectly. I see now what I was missing. Thanks a lot for taking the time to help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 17:35:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-count-of-aggregated-records/m-p/712206#M256414</guid>
      <dc:creator />
      <dc:date>2014-09-29T17:35:53Z</dc:date>
    </item>
  </channel>
</rss>

