Relate 360
- Relate 360 10.1 HotFix 1
- All Products
Cluster ID
| Employee Name
| City
| Age
| Department
| Comment
|
---|---|---|---|---|---|
1
| John Smith
| New York
| 31
| Sales
| Row-level preferred record
|
1
| J Smith
| 30
| Human Resources
| ||
1
| John Jr Smith
| Seattle
| Support
|
Cluster ID
| Employee Name
| City
| Age
| Department
| Comment
|
---|---|---|---|---|---|
1
| John Smith
| New York
| 31
| Human Resources
| Preferred record
|
The format uses the following parameters:<ColumnRules> <ColumnRule name="<Rule name>" rule="RANK" columnName="<Column name"> <Value columnValue="<Column value 1>" weight="<Weight 1>" /> <Value columnValue="<Column value 2>" weight="<Weight 2>" /> ... <Value columnValue="<Column value N>" weight="<Weight N>" /> </ColumnRule> </ColumnRules>
<ColumnRules> <ColumnRule name="DepartmentRule" rule="RANK" columnName="Department"> <Value columnValue="Human Resources" weight="90" /> <Value columnValue="Sales" weight="10" /> </ColumnRule> </ColumnRules>