Count duplicates

I am sure this is simple.

I have a table of reports that contain the email address of someone being reported. I want to count multiple instances of reports containing the same email address.

Help??

Create a relation linking the email to itself. Then create a Rollup counting the number of items in the relation.

2 Likes

Thanks!! Struggled for some reason, but all OK now

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.