TM1 Function for TI, ​SubsetElementInsert

Adds an element in an existing subset.

What is the SubsetElementInsert function?

SubsetElementInsert adds an element in an existing subset.

Where can the SubsetElementInsert function be used?

TurboIntegrator

What is the syntax for SubsetElementInsert?

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. 

A demonstration on how to use SubsetElementInsert

Use SubsetElementInsert to insert the element, Sales Amount, to the ‘All Elements’ subset in the Product Scorecard dimension into position 1 and 3.