PowerCenter
- PowerCenter 10.5
- All Products
PERCENTILE(numeric_value,percentile[,filter_condition] )
Argument
| Required/
Optional
| Description
|
---|---|---|
numeric_value
| Required
| Numeric datatype. Passes the values for which you want to calculate a percentile. You can enter any valid transformation expression.
|
percentile
| Required
| Integer between 0 and 100, inclusive. Passes the percentile you want to calculate. You can enter any valid transformation expression. If you pass a number outside the 0 to 100 range, the
PowerCenter Integration Service displays an error and does not write the row.
|
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.
|
PERCENTILE( SALARY, 75, SALARY > 50000 )
|
---|
|
|
|
|
|
|
|
|
|
|
|