PowerCenter
- PowerCenter 10.5.1
- All Products
SUM(numeric_value[,filter_condition] )
Argument
| Required/
Optional
| Description
|
---|---|---|
numeric_value
| Required
| Numeric datatype. Passes the values you want to add. You can enter any valid transformation expression. You can use operators to add 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.
|
SUM( SALES, SALES > 2000 )
|
---|
|
|
|
|
|
|
|
SUM( QTY * PRICE - DISCOUNT )