Counting occurrences of each email address in the database

Hi All,

I have different email address in the DB, I am trying to find out how many each email address’s count. Can anyone help me to get it.

Thank You

You can do it like this:

  • Create a relation from the email column to itself, make it a multiple match.
  • Add a rollup > count column on top of that relation.
1 Like