Multidomain MDM
- Multidomain MDM 10.4 HotFix 2
- All Products
Values
| Non-equal Matching=False
| Non-equal Matching=True
|
---|---|---|
Record 1 = NULL
Record 2 = "Fred"
| No match
| Match
|
Record 1 = NULL
Record 2 = NULL
| No match
| Match
|
Record 1 = "Bill"
Record 2 = "Fred"
| No match
| Match
|
Record 1 = "Fred"
Record 2 = "Fred"
| Match
| No match
|
Values
| Non-equal Matching=False
NULL Matches NULL=True
| Non-equal Matching=True
NULL Matches NULL=True
|
---|---|---|
Record 1 = NULL
Record 2 = "Fred"
| No match
| Match
|
Record 1 = NULL
Record 2 = NULL
| Match
| No match
|
Record 1 = "Bill"
Record 2 = "Fred"
| No match
| Match
|
Record 1 = "Fred"
Record 2 = "Fred"
| Match
| No match
|
Values
| Non-equal Matching=False
NULL Matches Non-NULL=True
| Non-equal Matching=True
NULL Matches Non-NULL=True
|
---|---|---|
Record 1 = NULL
Record 2 = "Fred"
| Match
| No match
|
Record 1 = NULL
Record 2 = NULL
| No match
| Match *
|
Record 1 = "Bill"
Record 2 = "Fred"
| No match
| Match
|
Record 1 = "Fred"
Record 2 = "Fred"
| Match
| No match
|