How to Unwind a Dimension in TM1
This is a case study of how to unwind a dimension without deleting all the elements. Includes simple TI code that you can use.
DimSiz TM1 Function: Use and Syntax
The TM1 function DimSiz returns the total number of elements in a TM1 dimension. Syntax of DimSiz The syntax is DIMSIZ ( DimName ); where dimension is the dimension you want to get the total number of elements (note that you may need to prefix the dimension name with the TM1 server name in the syntax […]