BackPrevious Topic  Next TopicNext

Working with Summary Fields

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 or to the entire dataset. This topic introduces how you can insert summary fields in a report and add conditional formatting to the summary fields.

For the summary fields in a report, you can use them as the trigger object of links, and change their display types if you want.

This topic contains the following sections:

See an example: The SampleComponents catalog, included with Designer, contains reports that have examples of how you could use each component type in a report. For the summary field example, open <install_root>\Demo\Reports\SampleComponents\UsingSummaries.cls.

Inserting Summary Fields in a Report

You can insert summary fields in the report areas listed in Component Placement.

For a business view-based report

In the Data panel, select the aggregation and drag it to the destination. Create dynamic aggregations if the predefined aggregations in the specified business view cannot meet your requirement.

For a query-based report

In the Data panel, select the summary from the Summaries node, then drag it to the destination. If the predefined summaries are not what you want, select the <Add Summary...> item to create one as required. You can also create a summary by applying aggregation on a DBField.

Note icon

  • When you insert a dynamic summary field into a report and there is no corresponding group level to match settings of the dynamic summary, Designer prompts an error message.
  • You can insert dynamic summary fields into the header/footer/detail panel and all group panels in both banded objects and tables. However, if you are using a static summary, you can only insert it at the group level specified.
  • If you want to insert a summary field defined with a special function into a table or banded object, there must be a group with the same special function in the table or banded object.
  • When you insert summary fields to a table or banded object, if the table or banded object is in another banded object and it inherits its parent's dataset, the summaries should take Up group level if they are dynamic summaries.
  • If you insert a summary into the detail panel of a table or banded object, Designer automatically inserts its name as a label into the corresponding header panel; otherwise, Designer places the summary and its name label in the same panel. If you do not want Designer to insert the name label automatically, clear "Insert field name label with field" in the Component category of the Options dialog box.

Back to top

Adding Conditional Formatting to Summary Fields

You can add conditional formatting to summary fields in a report, then in the report result, the field values that meet a specified condition automatically apply the formatting you define for the condition. This is very useful to highlight values that users may need to act on at runtime.

To apply conditional formatting to a summary field, right-click it and select Conditional Formatting from the shortcut menu, then take the same procedure as described in Adding Conditional Formatting to DBFields.

Back to top

BackPrevious Topic  Next TopicNext