Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2024 11:39 AM
I've created a report that shows the amount of Contacts registered/created yesterday on Accounts. It's group by Account. What I want to do, is to only show Accounts where 5 or more Contacts were registered/created on yesterday.
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2024 12:59 AM
Hi @MStritt,
Try the following:
- Table: Account [customer_account]
- Condition: Created on Yesterday
- Related List Conditions:
- Greater than or Equal to 5
- Contact->Account
Cheers
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2024 12:59 AM
Hi @MStritt,
Try the following:
- Table: Account [customer_account]
- Condition: Created on Yesterday
- Related List Conditions:
- Greater than or Equal to 5
- Contact->Account
Cheers
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2024 06:46 AM
Got it. Thanks!