CellPutS function for IBM Planning Analytics (TM1)
CellPutS writes a string value to a cube cell.
In this video, CellPutS is used to update comments for the Bike Racks product category.
Where can the CellPutS function be used?
TurboIntegrator
Which TM1 Server version is the CellPutS function available for?
Version 11 and 12
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.