What is the syntax for CellPutS?
CellPutS(Value, Cube, e1, e2 [,…en])
- Value = String value to be sent to the cube
Note: The element has to be of the type “String” to be able to accept a string value - 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.