[rules-users] How to count distinct?

Yaniv Itzhaki iyaniv at gmail.com
Fri Nov 5 12:44:26 EDT 2010


Hi All,

I need to go over a not distinct list and count distinct each element in the
list.

for example:

Object XXX {
     int id;
     String type;
}

XXX:
id type
1    A
2    B
3    A
4    C
5    C

The rule should be activated per type and give as a result the count of each
type:
A 2
B 1
C 2

Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20101105/fbb130f7/attachment.html 


More information about the rules-users mailing list