I am attempting to build a report to identify users with only one name attached to an account.
Normally, I would use
Normally, I would use
Code: [Select]
count([Name ID] for [Account])
, but it doesn't appear this is useful in this instance. Each user can be attached to multi...