Help wanted please.
I need to group on a database field that has multiple instances of the same value, with the group being based on the total count of each distinct value.
For example:
Field Values
-pear
-orange
-pear
-plum
-plum
-apple
-orange
-pear
For the above data set there are:
3x pear
2x orange
2x plum
1x apple
Report structure sought:
GrpH1: 3 Instances
Detail: pear
GrpH1: 2 Instances
Detail: orange
Detail: plum
GrpH1: 1 Instance
Detail: apple
Using CR8.5
Hopefully I've supplied sufficient info. Any help greatly appreciated.
Teddles
I need to group on a database field that has multiple instances of the same value, with the group being based on the total count of each distinct value.
For example:
Field Values
-pear
-orange
-pear
-plum
-plum
-apple
-orange
-pear
For the above data set there are:
3x pear
2x orange
2x plum
1x apple
Report structure sought:
GrpH1: 3 Instances
Detail: pear
GrpH1: 2 Instances
Detail: orange
Detail: plum
GrpH1: 1 Instance
Detail: apple
Using CR8.5
Hopefully I've supplied sufficient info. Any help greatly appreciated.
Teddles