Dear all! I have a specific situation where I want to filter all Accounts which have Contacts related with only no subsribers value. The issue comes whre there are mixed people (Contacts) on the Account and using filter I want to exclude mixed subscribers with no subcribers contacts as well? For any kind of ideas I would be very greatfull. Thank You in advance!
Hi,
Is the subscribe status a field on the contact object?
If so, and if you only want to see accounts with no subscribed contacts, then you should be able to create a rollup field on the account object to see the total number of subscribers on the account.
Then you could filter the report using this rollup field, to only show accounts with a zero value in this field.
Does that help?