Tag: ShowColumnStatistics
<ShowColumnStatistics/>
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: 01 02 03 04 05 06 07 08 09 10 | N/A |
ColumnID | N/A | Column UID shows the columns that aren't visible - selects the column like <SelectColumn ColumnID="..."/> | N/A |

A column must be selected.
Example Script
<ytriaAutomation Application="sapio365">
<ShowMyDataDrivel>
<!--SelectColumn ColumnID="SIZE"/-->
<ShowColumnStatistics Type="02" ColumnID="SIZE"/>
</ShowMyDataDrive>
</ytriaAutomation>
XML