Soru

Zorluk: OrtaReport Filtering, Filter Logic, and Bucketing

A Salesforce Administrator at a renewable energy company is tasked with configuring an Opportunity report for regional sales directors. The report must satisfy the following business requirements:
1. Categorize deals into three distinct size tiers based on the Amount field: 'Small' (< 20,000),Medium(20,000), 'Medium' ( 20,000 to 100,000),andLarge(>100,000), and 'Large' (> 100,000).
2. Restrict the report results to show only Accounts that have at least one registered active installation record (a custom object related to Account via a lookup relationship).

Which TWO features should the administrator use to fulfill these report requirements?

  1. Create a Bucket Field on the Amount numeric field to define the size tier ranges.Cevap
  2. Add a Cross Filter on Accounts with Install Records and apply a secondary sub-filter where Active equals True.Cevap
  3. C
    Create a Summary Formula field on the report to group individual opportunity records into text buckets.
  4. D
    Create a Roll-Up Summary field on the Account object to count active installations and apply a standard report filter on that field.

Cevap

The administrator should create a Bucket Field on the Amount field to categorize opportunity sizes and add a Cross Filter on Accounts with Install Records (with a sub-filter for Active equals True) to filter by related records.
Bucket fields are designed specifically to categorize numeric, picklist, or text values into custom buckets without writing formulas or adding custom object fields. Cross filters enable filtering parent object report rows by evaluating related child records (including across lookup relationships) and applying sub-filters to those child records.

Adım Adım Çözüm

1
Determine how to group numeric values into categorical ranges in a report.
Use a Bucket Field on the Amount field to define ranges for Small, Medium, and Large.
Bucket fields allow inline reporting categorization of numeric fields without schema modifications.
2
Determine how to filter parent records based on child object presence and criteria over a lookup relationship.
Use a Cross Filter: Accounts WITH Install Records, filtered by Active = True.
Cross filters evaluate child record relationships dynamically within reports, including across lookup relationships.

Anahtar Kavram

Report Bucketing and Cross Filters
Bu soruyu puanla