An administrator at Ursa Major Solar is creating a report on Accounts to evaluate whether each individual record meets a specific threshold based on its Annual Revenue field. The calculated output must be displayed directly on each detail row in the report without creating a custom field on the Account object schema. Which reporting feature should the administrator use to fulfill this requirement?
- Create a row-level formula in the report builder to evaluate the Annual Revenue of each record.Answer
- BCreate a summary formula utilizing PARENTGROUPVAL to evaluate individual record values.
- CCreate a roll-up summary field on a lookup relationship to calculate record values dynamically.
- DCreate a custom summary formula to calculate row values across un-grouped detail rows.
Answer
Create a row-level formula in the report builder to evaluate the Annual Revenue of each record.
Row-level formulas in Salesforce reports allow administrators to write logic that evaluates each individual record row in the report dataset, satisfying the requirement without creating custom fields on the Account object.
Step-by-Step Solution
Key Concept
Distinction between row-level formulas and summary formulas in Salesforce reports