ShowColumnDuplicates: Display Duplicate Value in Column
Tag: ShowColumnDuplicates
This ShowColumnDuplicates function allows you to easily show duplicate info from columns in the grid. Duplicate information can be added to the grid from the grid menu in EZ Suite products (1), from the right-click menu (2) or from the Global tab in the sapio365 ribbon (3).
Tag Attributes
Attributes | Value Description |
---|---|
Target | Identifies the grid by name. Optional, omit to use the main grid. |
ColumnID | Column UID shows the columns that aren't visible - selects the column like <SelectColumn ColumnID="..."/> |
A column must be selected
Example Scripts
<ShowColumnDuplicates>
<ytriaAutomation>
<ShowMyDataDrivel>
<!--SelectColumn ColumnID="SIZE"/-->
<ShowColumnDuplicates ColumnID="SIZE"/>
</ShowMyDataDrive>
</ytriaAutomation>