TM1 Function for TI, CellGetS

Retrieves a string value from a cube cell.

What is the CellGetS function?

CellGetS retrieves a string value from a cube cell.

Where can the CellGetS function be used?

TurboIntegrator

Which TM1 Server version is this function available for?

Version 11 and 12

What is the syntax for CellGetS?

CellGetS(Cube, e1, e2 [,…en])​;

​Cube = Cube Name to retrieve the data from​
e1,e2….en = Dimension element names determining the data point within the cube to be retrieved. The sequence of the element arguments should match to the order of the dimension in the cube.​

Note:​
– Principle element name or Alias can be used as the argument to the function​
– If using hierarchies, dimension name should be mentioned along with the element name like HierarchyName:ElementName

A demonstration on how to use CellGetS

Use CellGetS to retrieve a string from the Product Scorecard cube.