Summary Report
A Salesforce report format that groups records by row values and includes summary fields (sum, average, min, max) at each grouping level, useful for totaling data by categories like region or stage.
Definition
A Salesforce report format that groups records by row values and includes summary fields (sum, average, min, max) at each grouping level, useful for totaling data by categories like region or stage.
In plain English
“A Summary Report is a Salesforce report format that groups records by row values and includes summary fields (sum, average, min, max) at each grouping level. It's useful for totaling data by categories, like pipeline by stage or cases by status.”
Worked example
A sales manager at Zander Bottling, a craft-beverage distributor, builds a Summary Report grouping Opportunities by Stage and showing summary fields (sum of Amount, count of records, average days in stage). The report displays each stage as a row group: Discovery (28 deals, $2.4M, avg 14 days), Negotiation (16 deals, $3.1M, avg 21 days), Closed Won (43 deals, $5.7M, avg 8 days). Drilling into each group reveals the underlying opportunities. The same data viewed without grouping would be 200 rows; the Summary Report rolls them up into a manageable picture. Reports are how non-technical users analyze data without writing SOQL.
Why Summary Report matters
A Summary Report is a Salesforce report format that groups records by row values and includes summary fields (sum, average, min, max) at each grouping level, useful for totaling data by categories like pipeline by stage or cases by status. It adds grouping and aggregation on top of the basic tabular format.
Summary reports are the most commonly used report format in Salesforce because most analytical questions involve grouping and aggregation. The format supports up to three grouping levels, conditional highlighting, and chart integration. Mature report builders choose summary format when they need grouped totals and tabular format when they just need a list.
How organizations use Summary Report
Uses summary reports for pipeline by stage, revenue by product family, and cases by status.
Builds summary reports with multiple grouping levels for multi-dimensional analysis.
Treats summary as the default report format for most analytical questions.
Trust & references
Straight from the source - Salesforce's reference material on Summary Report.
- Summary ReportsSalesforce Help
🧠 Test your knowledge
Q1. What is a Summary Report?
Q2. How many grouping levels?
Q3. When use summary vs tabular?

Discussion
Loading discussion…