A support manager at Apex Global Services wants to calculate the elapsed business days between the Created Date and Closed Date for each individual support case listed in a detail report. The manager also wants to display these case records grouped by Product Family to analyze average turnaround times. Which solution should the Salesforce administrator implement to calculate the elapsed time for each individual case record within the report?
- Add a row-level formula to the report that evaluates the date difference on every detail record.Answer
- BAdd a summary formula to the report using PARENTGROUPVAL to calculate the date difference for each case row.
- CCreate a roll-up summary field on the Case object to compute the elapsed days for each report line.
- DCreate a summary formula using PREVGROUPVAL to compute the date difference for each detail record line.
Answer
Add a row-level formula to the report that evaluates the date difference on every detail record.
Row-level formulas evaluate logic for every individual detail record (row) in a report. Because the support manager needs to calculate the elapsed days for each individual case record, a row-level formula in the report builder is the correct solution.
Step-by-Step Solution
Key Concept
Row-level formulas vs. Summary formulas in Salesforce Reports