Create a List of all Entries with the Same Name (e.g. non Unique matches)

I have a Query result that has a rollup count of 1993 count and unique count of 1823.

That means there are 170 non-unique entries.

Is their a way to create a list of these “non unique” entries?

TIA

Matt

Create a self relation linking the name to itself. Then do a Rollup count on that relation. Anything with a count of 2 or more has a duplicate.

2 Likes