AGGREGATE item definition
Defines screen-record fields that hold computed values to be displayed as footer cells in
a TABLE
container.
Syntax
AGGREGATE item-tag = field-name [ , attribute-list ] ;
- item-tag is an identifier that defines the name of the item tag in the layout section.
- field-name identifies the name of the screen record field.
- attribute-list defines the aspect and behavior of the form item.
Attributes
Usage
Aggregate fields must be declared with an AGGREGATE
element in the
ATTRIBUTES
section.
Important:
This feature is not supported on mobile platforms.
For more details see Aggregate fields.
Example
AGGREGATE total = FORMONLY.o_total,
AGGREGATETEXT = "Total:",
AGGREGATETYPE = SUM;