PowerCenter
- PowerCenter 10.4.0
- All Products
STDDEV(numeric_value[,filter_condition] )
Argument | Required/ Optional | Description |
---|---|---|
numeric_value | Required
| Numeric datatypes. This function passes the values for which you want to calculate a standard deviation or the results of a function. You can enter any valid transformation expression. You can use operators to average values in different ports.
|
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.
|
STDDEV( SALES, SALES > 2000.00 )
|
---|
|
|
|
|
|
|
|
|
STDDEV(SALES)
|
---|
|
|
|
|
|