Skip to main content
Skip table of contents

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).

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.
No target necessary in sapio365

ColumnID

Column UID shows the columns that aren't visible - selects the column like <SelectColumn ColumnID="..."/>

A column must be selected

Example Scripts

XML
<ShowColumnDuplicates>
XML
<ytriaAutomation>
	<ShowMyDataDrivel>
		<!--SelectColumn ColumnID="SIZE"/-->
		<ShowColumnDuplicates ColumnID="SIZE"/>
	</ShowMyDataDrive>
</ytriaAutomation>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.