Soru

Zorluk: ZorReport Filtering, Filter Logic, and Bucketing

A Salesforce Administrator at a commercial real estate firm is configuring an Opportunity report to evaluate client accounts for an upcoming portfolio review. The report must satisfy two specific requirements:

1. Categorize Accounts into three distinct tiers based on their Annual Revenue field values (00 - 1,000,000 for Tier 3; 1,000,0011,000,001 - 10,000,000 for Tier 2; > $10,000,000 for Tier 1) without creating custom fields on the Account object.
2. Filter the report results to show only Accounts that have associated Opportunities with a stage of Closed Won, while explicitly excluding Accounts that have open Support Cases.

Which TWO report building features or configurations should the administrator use to meet these requirements? (Select TWO.)

  1. Add a Bucket Field on the Account Annual Revenue field and define the revenue ranges for each tier.Cevap
  2. B
    Create a Summary Formula field on the report using nested IF statements to calculate the revenue tiers based on record values.
  3. Add a Cross Filter for Accounts with Opportunities filtered by Stage equals Closed Won, and a second Cross Filter for Accounts without Cases filtered by Status not equal to Closed.Cevap
  4. D
    Apply custom Filter Logic using OR statements to combine the Opportunity stage conditions and Case status conditions within standard field filters.

Cevap

The administrator should add a Bucket Field on the Annual Revenue field to categorize accounts into tiers without custom fields, and apply two Cross Filters (Accounts with Opportunities filtered by Stage, and Accounts without Cases filtered by Status) to restrict the related object records.
The solution requires bucketing the Annual Revenue field to meet the zero-schema modification requirement for categorization, and utilizing Cross Filters ('with Opportunities' and 'without Cases') with secondary sub-filters to filter parent Accounts based on child object record criteria.

Adım Adım Çözüm

1
Address Requirement 1 (Revenue Categorization)
Create a Bucket Field on the numeric Annual Revenue field on the Account object.
Bucket fields allow grouping numeric ranges into custom text categories directly in report builder without creating custom schema fields.
2
Address Requirement 2 (Related Record Filtering)
Add two Cross Filters to the report: 'Accounts with Opportunities' (with sub-filter Stage = Closed Won) AND 'Accounts without Cases' (with sub-filter Status != Closed).
Cross filters evaluate parent-child relationships ('with' or 'without') and allow secondary sub-filters on child object fields.

Anahtar Kavram

Report Bucketing and Cross Filtering
Bu soruyu puanla