Element Details: Data+Column+Summary
 Back


Available in: Logi Info Source code name: DataColumnSummary

Obtains summary information for a column, such as Count, Sum, and Average. You can then use these aggregated values with an @Data token and this element's ID, such as @Data.MyID~. The @Data token must be used above or outside of the current element's table. You can also use a SummaryRow to show the value at the bottom of the table.



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
DataColumn
UserDefined
(Required) The name of a data field/column returned from the DataLayer.
DataType
Text
Number
Date
Specifies the type of data present.
Function
Sum
Stdev
Mode
Min
Median
Max
DistinctCount
CountOfAllRows
Count
AverageOfAllRows
Average
(Required) Specifies the summary function performed.
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.

Crosstab Table Label Column Crosstab Table Value Columns Data Table Column


CHILD ELEMENTS

Click element to drill down for more information.



 Back to top