CellPutN function for IBM Planning Analytics (TM1)
CellPutN writes a numeric value to a cube cell.
In this video, CellPutN is used to write a value to the Bike Racks product category.
Where can the CellPutN function be used?
TurboIntegrator
Which TM1 Server version is the CellPutN function available for?
Version 11 and 12
What is the syntax for CellPutN?
CellPutN(value, Cube, e1, e2 [,…, 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.