A financial operations manager at a global logistics firm requires a Salesforce report to analyze individual billing transaction records against custom target benchmarks. The manager needs a calculated column evaluating a record-by-record variance formula () for every individual transaction row. Additionally, the final report must summarize total transaction values formatted in a multi-dimensional grid grouped by Region along rows and Billing Quarter along columns. Which configuration should the Salesforce Administrator implement to fulfill these requirements?
- Use a Matrix report format, define a row-level formula to compute the record-by-record variance, and group the data by Region on rows and Billing Quarter on columns.Answer
- BUse a Summary report format, create a custom summary formula to evaluate the record-by-record variance, and add joined report blocks for Region and Billing Quarter.
- CCreate a roll-up summary field on the Account object to compute the line-item variance across a lookup relationship, and display the result in a Tabular report grouped by Region.
- DBuild a dynamic dashboard component that leverages the running user's security settings to compute row-level calculations across Region and Billing Quarter.
Answer
Use a Matrix report format, define a row-level formula to compute the record-by-record variance, and group the data by Region on rows and Billing Quarter on columns.
The correct option combines a Matrix report format (which allows grouping by both rows and columns to form a grid) with a row-level formula (which computes calculations for each individual record row).
Step-by-Step Solution
Key Concept
Selecting Matrix report format for two-axis grouping and row-level formulas for record-by-record calculations.