Element Details: Subdata+Aggregate+Column
 Back


Available in: Logi Info Source code name: SubDataAggregateColumn

You can have one or more Aggregate Columns to get aggregate values such as SUM and COUNT from a group of rows. To display the values in a Data Table or SubData Table, use the ID value. For example, set the ID to subValue and reference it in the table as @Data.subValue.



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
AggregateColumn
UserDefined
(Required) The column (field name) that is being aggregated. For COUNT, you can specify any column name. Other aggregate functions require a numeric column.
AggregateFunction
SUM
STDEV
MIN
MAX
COUNT
AVG
(Required) Aggregate function sets the function for the aggregation.
ID
UserDefined
(Required) The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition.



PARENT ELEMENTS

Click element to drill down for more information.

Subdata Group


CHILD ELEMENTS

Click element to drill down for more information.



 Back to top