SubsetElementInsert
SubsetElementInsert adds an element to an existing subset.
This function is valid in TM1® TurboIntegrator processes only.
Syntax
SubsetElementInsert(DimName, SubName, ElName, Position);
Argument |
Description |
---|---|
DimName | The parent dimension of the subset to which you want to add an element. |
SubName | The name of the subset to which you are adding an element. |
ElName | The name of the element you want to add to the subset. The element must exist in the TM1 database. |
Position | A value that indicates the index position of the element within the subset. |
Example
SubsetElementInsert('Region', 'Northern Europe', 'Finland',3);
This example adds the element Finland to the Northern Europe subset of the Region dimension. Finland is the third element in the subset definition.