A Salesforce Administrator at a university alumni association is building a report on donor accounts. The executive team requires the report to group opportunity amounts into custom giving ranges (such as Low, Medium, and High) without modifying the object schema, and to display only accounts that currently have no associated tasks. Which TWO actions should the administrator take to fulfill these business requirements? (Select two.)
- Add a Bucket Field based on the Opportunity Amount field to define custom giving range categories.Answer
- Add a Cross Filter specifying Accounts without Tasks to isolate accounts lacking follow-up activities.Answer
- CCreate a Summary Formula field on the report to group individual opportunity amount records into giving categories.
- DCreate a roll-up summary field on the Account object to filter out accounts with related activity tasks.
- EConfigure dynamic dashboard running user permissions to dynamically suppress records with open tasks.
Answer
The administrator should create a Bucket Field on the Opportunity Amount field to define custom giving ranges, and apply a Cross Filter set to Accounts without Tasks.
Bucket fields allow report creators to group numeric values such as Opportunity Amount into custom ranges directly within the report builder without modifying the underlying object schema. Additionally, Cross Filters provide the ability to include or exclude parent records based on whether they have or do not have related child records, fulfilling the requirement to filter for Accounts without Tasks.
Step-by-Step Solution
Key Concept
Report Filtering, Filter Logic, and Bucketing