CellIncrementN
CellIncrementN increments an existing numeric cell value by a specified value.
This function is valid in TM1® TurboIntegrator processes only.
Syntax
CellIncrementN(x, Cube, e1, e2 [,...en]);
Argument |
Description |
---|---|
x |
A numeric value that you want to add to an existing cell value. |
Cube |
The name of the cube to which you want to send the value. |
e1,...en |
Dimension element names that define the intersection of the cube to receive the value. Arguments e1 through en are sequence-sensitive. e1 must be an element from the first dimension of the cube, e2 must be an element from the second dimension, and so on. These arguments can also be the names of aliases for dimension elements or TurboIntegrator variables. |
Example
CellIncrementN(1000, 'y2ksales', 'Actual', 'Argentina', 'S Series 1.8L Sedan', 'Sales', 'Jan');
This example increments the value at the intersection of the Actual, Argentina, S Series 1.8L Sedan, Sales, and Jan elements in the y2ksales cube by 1000.