SubsetElementDelete
SubsetElementDelete deletes an element from a subset.
This function is valid in TM1® TurboIntegrator processes only.
Syntax
SubsetElementDelete(DimName, SubName, Index);
Argument |
Description |
---|---|
DimName | The parent dimension of the subset from which you want to delete an element. |
SubName | The subset from which you want to delete an element. |
Index | The index number of the element you want to delete from the subset. |
Example
SubsetElementDelete('Region', 'Northern Europe', 3);
This example deletes the third element from the Northern Europe subset of the Region dimension.