A Salesforce administrator is evaluating reporting capabilities to calculate custom metrics on an operational report. Which two statements correctly describe the features and limitations of row-level formulas in Salesforce reports? (Select TWO)
- A single report can contain a maximum of one row-level formula.Answer
- Row-level formulas evaluate expressions on individual record rows line by line.Answer
- CRow-level formulas can evaluate summary grouping values using the PARENTGROUPVAL function.
- DRow-level formulas automatically create schema roll-up aggregates for objects connected by lookup relationships.
Answer
Row-level formulas evaluate expressions on individual record rows line by line, and a single report can contain a maximum of one row-level formula.
Row-level formulas calculate values for each distinct record row individually, and Salesforce limits each report to a maximum of one row-level formula.
Step-by-Step Solution
Key Concept
Row-Level Formula Scope and Limits