A Salesforce Administrator at a global logistics firm is configuring an Account report to support an executive review of strategic client accounts. The executive team requires the report to list Accounts meeting all of the following requirements:
1. The Account Type must be either 'Technology Partner' OR the Annual Revenue must exceed 100,000.
The report builder currently has three standard field filters defined:
1. Type equals Technology Partner
2. Annual Revenue greater than 10000000
3. Rating not equal to Inactive
Which configuration of Filter Logic and Cross Filters should the administrator apply to meet the requirements correctly?
- Set the filter logic to (1 OR 2) AND 3, and add a Cross Filter configured as 'Accounts with Opportunities' filtered by Stage equals Closed Won AND Amount greater than 100000.Answer
- BSet the filter logic to 1 OR (2 AND 3), and add a summary formula to evaluate whether the Account has Closed Won Opportunities greater than $100,000.
- CSet the filter logic to (1 OR 2) AND 3, but remove all Cross Filters and rely on dynamic dashboard running user security settings to isolate accounts with qualifying Opportunities.
- DSet the filter logic to (1 AND 2) AND 3, and add a matching rule filter on the Account object to capture associated Opportunity details.
Answer
Set the filter logic to (1 OR 2) AND 3, and add a Cross Filter configured as 'Accounts with Opportunities' filtered by Stage equals Closed Won AND Amount greater than 100000.
The requirement asks for Accounts that satisfy (Type = 'Technology Partner' OR Annual Revenue > 100k) requires a Cross Filter ('Accounts with Opportunities') with nested sub-filters.
Step-by-Step Solution
Key Concept
Report Filter Logic & Cross Filters