Soru

Zorluk: OrtaSummary and Row-Level Report Formulas

A Salesforce administrator is tasked with building a custom report on Support Cases grouped by Support Tier. The VP of Customer Support requires two specific metrics: evaluating the duration in days between Created Date and Closed Date for every individual case record, and calculating the percentage of closed cases for each Support Tier relative to the grand total of all closed cases. Which two formula configurations should the administrator implement to meet these business requirements?

  1. Add a row-level formula to the report that subtracts CreatedDate from ClosedDate to calculate duration on each record.Cevap
  2. Add a summary formula using the PARENTGROUPVAL function to evaluate each Support Tier grouping against the grand total.Cevap
  3. C
    Add a summary formula to evaluate the difference between ClosedDate and CreatedDate for each case row in the report.
  4. D
    Create a roll-up summary field on the Account object via its lookup relationship to Case to calculate individual case duration.

Cevap

The administrator should add a row-level formula to compute the duration between ClosedDate and CreatedDate for each individual record, and use a summary formula with the PARENTGROUPVAL function to compare grouping totals against the grand total.
Row-level formulas execute record-by-record on report details, allowing administrators to subtract field values such as CreatedDate from ClosedDate for each case row. Summary formulas utilize functions like PARENTGROUPVAL to calculate ratios between specific grouping levels and grand totals.

Adım Adım Çözüm

1
Determine the scope of the duration calculation requirement.
Since the duration must be evaluated for every individual case record row, a row-level formula is required.
Row-level formulas run record-by-record across detail rows within a report.
2
Determine the scope of the group-versus-grand-total percentage calculation.
A summary formula using PARENTGROUPVAL is required.
PARENTGROUPVAL calculates values relative to a parent group or grand total in summary and matrix report layouts.

Anahtar Kavram

Distinction between row-level formulas and summary formulas (including PARENTGROUPVAL) in Salesforce reports.
Tahmini Süre:1m 30s
Bu soruyu puanla