CellGetN function for IBM Planning Analytics (TM1)
CellGetN retrieves a numeric value from a cube cell.
In this video, CellGetN is used to retrieve a value from the Product Scorecard cube.
Where can the CellGetN function be used?
TurboIntegrator
Which TM1 Server version is the CellGetN function available for?
Version 11 and 12
What is the syntax for CellGetN?
CellGetN(Cube, e1, e2 [,…en])
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.