DimensionElementComponentAddDirect TM1 Function: How to Use, Examples and Syntax
DimensionElementComponentAddDirect Function for use in TI Processes in TM1 and Planning Analytics to IMMEDIATELY consolidate (or rollup) elements in a dimension. Explanation with an example of use.
How to Get an Element ID from an Alias in a TM1 Rule or Excel Report
Need to get a primary element name from an alias in a TM1 Excel report or TM1 Rule? Simple solution for deriving an element principal name in Rules or Excel.
DimensionElementDelete Function TM1: Syntax and Use
Here is how to simply delete a single element from a dimension in TM1. Note DimensionElementDelete permanently deletes the element from the dimension and all associated data from any cube the dimension is used in – so please be careful!
Checking if an Attribute Exists (essentially an “AttributeExists” Function)
Here is a really easy method for checking if an Attribute Exists in TM1 via Turbo Integrator process. It essentially does what an “AttributeExists” or an “AttrExists” function would do for you if they existed in TM1.
Deriving an Element from an Alias in TM1
How do you derive an element ID from an alias or attribute in TM1?
DIMIX TM1 Function: How to Use, Syntax & Examples
An in depth explanation of the usage of the DIMIX Function in Turbo Integrator Processes and Rules in TM1 and Planning Analytics. In short, to assess if a variable exists as either an element or an alias in a TM1 dimension.
DimensionElementComponentAdd TM1 Function: How to Use, Examples and Syntax
DimensionElementComponentAdd Function for use in TI Processes in TM1 and Planning Analytics to consolidate (or rollup) elements in a dimension. Explanation with an example of use.
IF Function in Turbo Integrator processes in TM1: How to Use and Syntax
IF() Function for use in Turbo Integrator (TI) Processes in TM1 and Planning Analytics for setting up Conditional Statements in TI Processes.
Three TM1 Rules All Developers Should Know
Here we discuss how to do three rules, all that should be in your TM1 kitbag. These include Allocation/Phase Rule, Rolling Value Rule and Averaging Rule (C Level). There are full explanations and the code used for the rule examples.