TM1 Function for TI, HierarchySubsetElementDelete

Deletes an element from a subset using an index number.

What is the HierarchySubsetElementDelete function?

HierarchySubsetElementDelete deletes an element from a subset using an index number.

Where can the HierarchySubsetElementDelete function be used?

TurboIntegrator

Which TM1 Server version is this function available for?

Version 11 and 12

What is the syntax for HierarchySubsetElementDelete?

HierarchySubsetElementDelete(DimensionName, HierarchyName, SubsetName, Index);​

​DimensionName = Name of the dimension the subset is in.​
HierarchyName = Name of the Hierarchy the subset is in.​
SubsetName = Name of the subset the element is in.​
Index = Index number of the element to be deleted from a subset.

A demonstration on how to use HierarchySubsetElementDelete

Use HierarchySubsetElementDelete to delete the 5th element in the Department subset associated with the Employee hierarchy and Employee dimension.