Informatica Data Quality
- Informatica Data Quality 10.5.6
- All Products
FIRST(value[,filter_condition] )
Argument
| Required/
Optional
| Description
|
---|---|---|
value
| Required
| Any datatype except Binary. Passes the values for which you want to return the first value. You can enter any valid transformation expression.
|
filter_condition
| Optional
| Limits the rows in the search. The filter condition must be a numeric value or evaluate to TRUE, FALSE, or NULL. You can enter any valid transformation expression.
|
FIRST( ITEM_NAME, ITEM_PRICE > 10 )
|
|
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
FIRST( ITEM_NAME, ITEM_PRICE > 40 )
|
|
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|