Avatar of John-S Pretorius
John-S Pretorius
Flag for United States of America

asked on 

Count different string values in a group

I am grouping by a specific field (Transaction Number), within each group I have a specific value that should always be the same within that group. The total group count varies, I want to count how many different values of this specific string are in each group:-

11000012956  (The group count should be 1 as the value is the same within the group)
AA12BBCC
AA12BBCC
AA12BBCC
11000012957 (The group count should be 3 as the value has 3 different values in this group)
DD5612BB
DD56DD12
12DD5611
Crystal Reports

Avatar of undefined
Last Comment
John-S Pretorius

8/22/2022 - Mon