Informatica Data Quality
- Informatica Data Quality 10.4.1
- All Products
CONSOL_MOSTFILLED(string1, [string2, ..., stringN,] group by)
Argument
| Required/Optional
| Description
|
---|---|---|
string
| Required
| Input port name.
|
group by
| Required
| Name of the input port that contains the group identifier.
|
IF (CONSOL_MOSTFILLED(First_Name,Last_Name,GroupKey,GroupKey)) THEN First_Name1 := CONSOL_GETROWFIELD(0) Last_Name1 := CONSOL_GETROWFIELD(1) GroupKey1 := CONSOL_GETROWFIELD(2) ELSE First_Name1 := First_Name Last_Name1 := Last_Name GroupKey1 := GroupKey ENDIF