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
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.