TI Functions
TM1 Function for TI – SUBSETELEMENTINSERT
Available In
TurboIntegrator
Definition
SUBSETELEMENTINSERT adds an element in an existing subset.
Syntax
SubsetElementInsert(DimName, SubName, ElName, Position);
DimName = Name of the Dimension where subset exists.
SubName = Name of the subset where we are adding element.
ElName = Name of the element that we are adding in the subset.
Position = Element index position in the subset.
Video Demo
Use SubsetElementInsert to insert the element, Sales Amount, to the ‘All Elements’ subset in the Product Scorecard dimension into position 1 and 3.