Tag: ShowColumnStatistics
The ShowColumnStatistics function shows statistical data from columns in the grid.
<ShowColumnStatistics Type/>
XML
Tag Attributes
Attributes | Attribute Values | Value Description | Comment |
---|
Target | N/A | Identifies the grid by name Do not use, or use "grid" for main grid no target necessary in sapio365 | N/A |
Type | N/A | Stats type identified by number: | N/A |
ColumnID | N/A | Column UID shows the columns if they're not visible. It selects the column like <SelectColumn ColumnID="..."/> | N/A |
Example Script
A column must be selected.
<ytriaAutomation Application="sapio365">
<ShowMyDataDrivel>
<!--SelectColumn ColumnID="SIZE"/-->
<ShowColumnStatistics Type="02" ColumnID="SIZE"/>
</ShowMyDataDrive>
</ytriaAutomation>
XML