MIN(date[,filter_condition] )
Argument
| Required/
Optional
| Description
|
---|---|---|
date
| Required
| Date/time data type. Passes the values for which you want to return minimum 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.
|
MIN( ORDER_DATE, ITEM_NAME='Flashlight' )
|
|
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Why Return value is Feb 1 1998, as there is no ITEM_NAME 'Flashight' with this date?
There is an ITEM_NAME 'Halogen Flashlight', but still it is not the same ITEM_NAME value.
Hello Jocelyn, We are currently reaching out to development to verify the return value listed for this function and will get back to you shortly.
Thanks so much for bringing this to our attention.
Sincerely,
Informatica Documentation Team
Hello again Jocelyn, We have confirmed with our QA team that the return value shown for this function is correct. The return value will be "Feb 1 1998."