Still a bit tough to accurately advise you since I'm not sure if the r2 is a seperate field.
Anyway, you might parse it into a formula if it's part of an existing field and check for the qty of the r2 entity.
In the Report->Edit Selection Formula->Group place something like:
count({table.rEntity},{table.groupfield}) > 1
In any case, an array is overkill, you can use functions to filter out the unwanted rows.
-k