A summary is a special kind of formula. A summary generates a count, average, sum, standard deviation or other transformation of a set of data values. A summary applies to a defined group of data.
Summaries can be inserted in the report areas listed in Component placement. Before you can insert a summary field into a report, you need to define it. For details about how to define summaries, see Creating a summary.
To insert a summary field into a report, you can use either of the following two ways:
The Insert Summary dialog appears. See the dialog.
Select the required summary from the Resource View panel, then drag it to the destination. If the given summaries are not what you want, click the <Add Summary...> item to create one as required.
When a summary field has been inserted into a report, you can customize its appearance and behavior by setting properties in the Report Inspector, which can be saved as a CSS style for future use (for details, see Creating a CSS style).
Notes:
The display type of a summary field can be changed, that is to say, you can map the summary field to another value or image to be displayed instead.
To change the display type a summary field:
For details about display types, see Changing the display type of a label.
A summary field can be bound with some web actions. This allows you to customize a summary field to make it respond to some events, and execute corresponding actions, such as sorting and filtering.
To apply web actions to a summary field:
For more information about web actions, see Applying web actions to a label.
You can make a summary field linked with another report, a location specified by a URL, an e-mail address, or a Blob data type field. The link can either be a simple link or a conditional link. With conditional link, different targets can be loaded based on different conditions.
To bind a link to a summary field:
For details about different link targets, see Binding a link to a label.
You can add some conditional formats to a summary field, then when a specified condition is fulfilled, the format bound with the condition will be applied to the field values automatically for distinguishing.
To add conditional formats to a summary field:
For more details about conditional formatting, see Adding conditional formats to a DBField.
See an example: The SampleComponents catalog, included with JReport Designer, contains reports that have examples of how each component type could be used in a report. For the summary field example, open <install_root>\Demo\Reports\SampleComponents\UsingSummaries.cls
.