CellGetS TM1 Function: How to Use and Syntax
CellGetS allows you to retrieve a string (text value) from a specific intersection in a TM1 cube for use in a Turbo Integrator (TI) process.
How to use a Dynamic Path in a TI for a Data Source
Using variables in a TM1 or Planning Analtyics Turbo Integrator process to dynamically vary the path for datasource for both server and client.
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 […]
DB TM1 Function: How to Use, Syntax and Example
The DB rule function in TM1 and Planning Analytics to retrieve the contents (either text or numeric) of a specific intersection of a cube. Similar to CellGetS or CellGetN in a TI process.