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
| 32
| Human Resources
| ||
1
| John Jr Smith
| Seattle
| Support
|
The format uses the following parameters:<RowRules> <RowRule name="<Rule name>" rule="RANK" order="<Execution order>"> <ReferenceColumn 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>" /> </RowRule> </RowRules>
<RowRules> <RowRule name="rowLevel2" rule="RANK" order="1"> <ReferenceColumn columnName="Department" /> <Value columnValue="Support" weight="10" /> <Value columnValue="Sales" weight="90" /> </RowRule> </RowRules>