HierarchySubsetElementDelete

HierarchySubsetElementDelete deletes an element from a subset of a dimension hierarchy.

This function is valid in TM1® TurboIntegrator processes only.

Syntax

HierarchySubsetElementDelete(DimName, HierName, SubName, Index);

Argument

Description

DimName The parent dimension of the subset from which you want to delete an element.
HierName The name of the hierarchy within the dimension.
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

HierarchySubsetElementDelete('Region', 'European', 'Northern Europe', 3);

This example deletes the third element from the Northern Europe subset of the European hierarchy in the Region dimension.