CellGetN TM1 Function: How to Use and Syntax
CellGetN gets a number from a specific intersection of a cube from within a Turbo Integrator process. It can be used as in a similar way to a DB function in a TM1 Rule. Also, don’t confuse it with ‘CellGetS‘ (which retrieves strings) – that just won’t work with numbers! Syntax of CellGetN The syntax is: Where cube is the cube you want to get […]
NumberToString TM1 Function: How to Use and Syntax
NumberToString Function for use in Turbo Integrator processes in TM1 and Planning Analytics to convert numbers to text (or strings). From here you can use it with other strings or output to a text file.
ExecuteProcess TM1 Function: How to Use, Example and Syntax
ExecuteProcess (not ProcessExecute) function for use in Turbo Integrator Processes in TM1 and Planning Analytics to execute another TI process.