Informatica Data Quality
- Informatica Data Quality 10.5.1
- All Products
CUME(numeric_value[,filter_condition] )
Argument
| Required/
Optional
| Description
|
---|---|---|
numeric_value
| Required
| Numeric datatype. Passes the values for which you want to calculate a running total. You can enter any valid transformation expression. You can create a nested expression to calculate a running total based on the results of the function as long as the result is a numeric value.
|
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.
|
CUME( PERSONAL_SALES )
|
|
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
CUME( CA_SALES + OR_SALES )
|
|
|
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|