Common Content for Data Engineering
- Common Content for Data Engineering 10.2.1
- All Products
MOVINGSUM(numeric_value,rowset[,filter_condition] )
Argument | Required/ Optional | Description |
---|---|---|
numeric_value | Required
| Numeric datatype. The values for which you want to calculate a moving sum. You can enter any valid transformation expression.
|
rowset | Required
| Must be a positive integer literal greater than 0. Defines the rowset for which you want to calculate the moving sum. For example, if you want to calculate a moving sum for a column of data, five rows at a time, you might write an expression such as: MOVINGSUM( SALES, 5 ) |
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.
|
MOVINGSUM( SALES, 5 )
|
|
|
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|