Group By
Feature Location: Options tab | Group and Sort
Availability: Version 1.0+
Group By groups records together based on one field you designate. The Group By column will be removed from each record and displayed as a group header at the top of the group. By default, the group header will display the total number of records in each group. This can be customized using the Group By Label feature.
Note: Your data must be sorted first by the Group By field for this feature to work. Sorting can be accomplished by the data source or by using the Sort feature.
See Also: Smart Format, Report Sequence
Feature Location: Options tab | Group and Sort
Availability: Version 1.0+
Specifies the content to display for the Group Header. If left blank, the default setting will be used. This setting accepts variables.
Default: [Group Field] = [Value] (Total: [Count])
See Also: Group By Examples
The Smart Format option is useful when your report uses the Group By formatting feature. It formats the report to ensure group headings are retained with their data set across page boundaries. This option corrects the following conditions:
Note: This report-level setting has an equivalent Workbook Setting, which can override it.
EXAMPLE : Effect of specifying the Detail range setting.
| Smart Format unchecked (disabled) | Smart Format checked (enabled) |
![]() |
|
See also
Group By
Workbook Settings
This following data set will be used to show how the criteria changes the reports output.
| First Name | Last Name | Order |
| Jane | Doe | Milk |
| John | Doe | Eggs |
| Doe | Smith | Milk |
| Jane | Doe | Butter |
|
Description |
Settings |
Report | ||||||||||||||||||||||||||
| Default Group By settings |
|
| ||||||||||||||||||||||||||
| Group By Label set without variables |
|
| ||||||||||||||||||||||||||
| Group By Label set WITH variables |
|
| ||||||||||||||||||||||||||
See also