Tag: ShowColumnDuplicates
This ShowColumnDuplicates function allows you to easily show duplicate info from columns in the grid.
<ShowColumnDuplicates
XML
Tag Attributes
Attributes | Attributes 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 |
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"/-->
<ShowColumnDuplicates ColumnID="SIZE"/>
</ShowMyDataDrive>
</ytriaAutomation>
XML