What is the syntax for CellPutProportionalSpread ?
CellPutProportionalSpread( value, cube, e1, e2, e3…,en )
- Value = numeric value to be sent to the cube
- Cube = Cube Name
- e1,e2….en = Dimension element names determining the data point within the cube to be retrieved. The sequence of the element arguments should match the order of the dimensions in the cube.
Note: This function will replace an existing value in the cube cell. It will not add/subtract from the cube value. It will also update only those children within the consolidations with non-zero values unless the entire children under the specified consolidation are all zero.