<?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 Expression Grouping Problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-Grouping-Problem/m-p/153718#M30657</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your suggestion Ronald C. I see what you are doing, but I don't think I described my problem sufficiently. We have orders with rejects. Some have none, one, two, three. We are trying to group the orders by these number of rejects. For example,&lt;/P&gt;&lt;P&gt;Order Date #of Orders #Rejects Orders Rejected Once Orders Rejected Twice Orders 3+&lt;/P&gt;&lt;P&gt;The rejected once, twice and 3+ are the expressions I need. I hope this is more clear. Thanks again.&lt;/P&gt;&lt;P&gt;Don&lt;/P&gt;&lt;P&gt;Servicelink Pittsburgh Pa&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Oct 2010 14:28:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-10-22T14:28:07Z</dc:date>
    <item>
      <title>Expression Grouping Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Grouping-Problem/m-p/153716#M30655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am stuck trying to group rejects by Rejects =1, Rejects =2, Rejects=3+ using the expression below. The expression returns the total count but users would like to see this broken down into the three categories above. Any suggestions would be appreciated. Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COUNT(REJECT_CDE) .&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 21:02:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Grouping-Problem/m-p/153716#M30655</guid>
      <dc:creator />
      <dc:date>2010-10-21T21:02:43Z</dc:date>
    </item>
    <item>
      <title>Expression Grouping Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Grouping-Problem/m-p/153717#M30656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Do you need the count for the 3 Reject values?&lt;/P&gt;&lt;P&gt;try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;Count({$&amp;lt;REJECT_CDE = {1}&amp;gt;} REJECT_CDE) // counts all reject_cde that's equal to 1&lt;BR /&gt;Count({$&amp;lt;REJECT_CDE = {2}&amp;gt;} REJECT_CDE) // reject_cde that's equal to 2&lt;BR /&gt;Count({$&amp;lt;REJECT_CDE = {"&amp;gt;= 3"}&amp;gt;} REJECT_CDE) // counts reject_cde greater or equal to 3&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Oct 2010 05:17:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Grouping-Problem/m-p/153717#M30656</guid>
      <dc:creator />
      <dc:date>2010-10-22T05:17:24Z</dc:date>
    </item>
    <item>
      <title>Expression Grouping Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Grouping-Problem/m-p/153718#M30657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your suggestion Ronald C. I see what you are doing, but I don't think I described my problem sufficiently. We have orders with rejects. Some have none, one, two, three. We are trying to group the orders by these number of rejects. For example,&lt;/P&gt;&lt;P&gt;Order Date #of Orders #Rejects Orders Rejected Once Orders Rejected Twice Orders 3+&lt;/P&gt;&lt;P&gt;The rejected once, twice and 3+ are the expressions I need. I hope this is more clear. Thanks again.&lt;/P&gt;&lt;P&gt;Don&lt;/P&gt;&lt;P&gt;Servicelink Pittsburgh Pa&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Oct 2010 14:28:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Grouping-Problem/m-p/153718#M30657</guid>
      <dc:creator />
      <dc:date>2010-10-22T14:28:07Z</dc:date>
    </item>
    <item>
      <title>Expression Grouping Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Grouping-Problem/m-p/153719#M30658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don,&lt;/P&gt;&lt;P&gt;I made a simple app to try Ronald's solution and I think that it's usefull [View:http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Components.UserFiles/00.00.01.15.11.Posted/rejectCount.qvw]. Maybe I'm not understanding the problem well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dd. //&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Oct 2010 14:54:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Grouping-Problem/m-p/153719#M30658</guid>
      <dc:creator />
      <dc:date>2010-10-22T14:54:03Z</dc:date>
    </item>
    <item>
      <title>Expression Grouping Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Grouping-Problem/m-p/153720#M30659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. That worked very well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Oct 2010 15:49:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Grouping-Problem/m-p/153720#M30659</guid>
      <dc:creator />
      <dc:date>2010-10-22T15:49:19Z</dc:date>
    </item>
  </channel>
</rss>

