cube.increment
Increments the value at an intersection of elements from their respective dimensions within the target cube.
js
cube.increment(objectData, name, e1 - eN)
Parameters
objectData
- The value to send into the cube to update.name
- The identifier of the cube.e1
-eN
- An element for each dimension within the cube which when used, finds a specific intersection.
Example
js
cube.increment(100, "General Ledger", "Actual", "2014", "600010", "100 - Finance", "No Project", "Amount")