An Administrator at Northern Trail Outfitters is building an Opportunity report to evaluate deal velocity across sales regions. The sales leadership team specifies the following requirements for the report:
1. The report must include Opportunities where the Stage is either 'Proposal/Price Quote' or 'Negotiation/Review'.
2. The Opportunity Amount must exceed $100,000, OR the deal Probability must be greater than 75%.
3. The report must exclusively include Opportunities associated with Accounts that have at least one active Support Contract child record.
4. Deals must be categorized into custom market tiers ('Enterprise', 'Mid-Market', 'SMB') based on a custom currency formula field, `Calculated_Annual_Revenue__c`.
When attempting to build the report, the administrator notices that `Calculated_Annual_Revenue__c` is unavailable when creating a Bucket Field, and is unsure how to structure the filters. Which set of actions will successfully fulfill all reporting requirements?
- Set field filter logic to (1 OR 2) AND (3 OR 4) for the stage, amount, and probability filters; add a Cross Filter for Accounts WITH Support Contracts filtered by Status equals Active; and create a Row-Level Formula field on the report to group records into market tiers based on Calculated_Annual_Revenue__c.Cevap
- BSet field filter logic to (1 AND 2) OR (3 AND 4) for the stage, amount, and probability filters; add a Cross Filter for Accounts WITH Support Contracts filtered by Status equals Active; and create a Bucket Field directly on Calculated_Annual_Revenue__c to categorize records into market tiers.
- CSet field filter logic to (1 OR 2) AND (3 OR 4) for the stage, amount, and probability filters; add a standard Field Filter for Account Support Contract Status equals Active; and create a Bucket Field directly on Calculated_Annual_Revenue__c to categorize records into market tiers.
- DSet field filter logic to 1 OR 2 AND 3 OR 4 without parentheses; add a Cross Filter for Accounts WITHOUT Support Contracts filtered by Status not equal to Active; and create a Row-Level Formula field on the report to group records into market tiers.