2.328.5 Field.AggregateIndicatorField
Applies to RDL 2011/01
The Field.AggregateIndicatorField element specifies the name of another Field that specifies whether the data is aggregated over the current Field. The referenced Field MUST evaluate to a Boolean value. If the value evaluates to true, the data in the current row is aggregated over this field. If the value evaluates to false the data in the current row is grouped by this field.
This element is optional. If this element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) that contains the name of another Field in the same DataSet.<173>
Following is the parent element of the Field.AggregateIndicatorField element.
Parent elements |
---|
Field |
The following is the XML Schema definition of the Field.AggregateIndicatorField element.
-
<xsd:element name ="AggregateIndicatorField" type="xsd:string" minOccurs="0" />