How to group rows if there are only two or more same values?
How to group rows if there are only two or more same values?

I need to group rows if there are only two or more same values. When I use row groups it shows even in single values. How can I do this?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Yep, RowGroup will always put a row into a group - even if it is a single entry. There's no option to avoid that,
Colin