Soru

Zorluk: OrtaSummary and Row-Level Report Formulas

A Salesforce administrator is designing an Opportunity report to evaluate sales cycle duration. The sales director requires calculating the elapsed days between the Created Date and Close Date for each individual opportunity record, as well as displaying the average elapsed duration grouped by Opportunity Owner. Which two statements accurately describe how the administrator can fulfill these reporting requirements?

  1. A row-level formula can be added to the report to calculate the difference between CloseDate and DATEVALUE(CreatedDate) for each individual record.Cevap
  2. The custom row-level formula column can be summarized using the Average function across report groupings without requiring a summary formula.Cevap
  3. C
    A summary formula using the PARENTGROUPVAL function must be created to calculate the elapsed days for each individual opportunity record.
  4. D
    A roll-up summary field must be configured on the Opportunity object schema to calculate the elapsed days for report rows.

Cevap

The administrator should create a row-level formula evaluating the date difference for each individual record, and leverage standard summary aggregation (Average) on that formula column for the grouping levels.
Row-level formulas evaluate calculations on a record-by-record basis, which satisfies the requirement to find elapsed days between Created Date and Close Date for each opportunity. Additionally, row-level formula results can automatically be summarized (such as calculating the Average) at any grouping level in the report without creating a separate custom summary formula.

Adım Adım Çözüm

1
Identify the level of calculation needed for individual opportunity duration.
Determined that record-by-record calculations require a row-level formula in the report builder.
Row-level formulas execute once per detailed row, whereas summary formulas operate on aggregated summary values.
2
Determine how to aggregate the duration by Opportunity Owner grouping.
Apply the standard Average summarization function directly to the row-level formula column.
Salesforce reports automatically allow row-level formula columns to be summarized by Sum, Average, Min, or Max without needing a custom summary formula.

Anahtar Kavram

Summary vs. Row-Level Report Formulas and Summarization
Tahmini Süre:1m 30s
Bu soruyu puanla