A sales manager at Northern Trail Outfitters wants to display the calculated difference in days between the Created Date and Close Date for each individual Opportunity record directly inside an Opportunity report. Which Salesforce reporting feature should an administrator use to meet this requirement?
- A row-level formula created directly in the report builderAnswer
- BA summary formula utilizing the PARENTGROUPVAL function
- CA roll-up summary field defined on the Opportunity object
- DA summary formula utilizing the PREVGROUPVAL function
Answer
A row-level formula created directly in the report builder
A row-level formula in the report builder allows administrators to write logic that calculates values for each individual record row in the report output. Subtracting the Created Date from the Close Date for each record requires row-level evaluation.
Step-by-Step Solution
Key Concept
Row-Level Report Formulas vs. Summary Formulas
Estimated Time:1m 0s