A Salesforce Administrator at a telecommunications provider needs to build a report displaying Accounts that have active Contracts but do not have any open Cases. Additionally, executive leadership wants the report to group Accounts into three distinct spending tiers ("Enterprise", "Mid-Market", and "SMB") based on their Annual Revenue, without creating custom fields on the Account object. Which combination of reporting features should the administrator use to meet these requirements?
- Add a Cross Filter for Accounts WITH Contracts, add a Cross Filter for Accounts WITHOUT Cases, and create a Bucket Field based on Annual Revenue.Answer
- BAdd a Row-Level Formula to check for related Contracts and Cases, and create a Summary Formula to calculate the Annual Revenue tiers.
- CUse Data Import Wizard to append bucket values directly to the Account records, and apply standard field filters with filter logic (1 AND 2) for related objects.
- DConfigure a Dynamic Dashboard running user setting to filter related records, and adjust Field-Level Security to group Accounts into spending tiers.
Answer
The administrator should add a Cross Filter for Accounts WITH Contracts, a Cross Filter for Accounts WITHOUT Cases, and create a Bucket Field based on Annual Revenue.
Cross Filters allow reports to filter parent object records (Accounts) by the presence (WITH) or absence (WITHOUT) of related child object records (Contracts and Cases). Bucket Fields allow users to group numeric values like Annual Revenue into custom defined ranges ('Enterprise', 'Mid-Market', 'SMB') within the report builder without requiring custom fields.
Step-by-Step Solution
Key Concept
Cross Filters and Bucket Fields in Salesforce Reporting