HierarchySubsetDeleteAllElements

HierarchySubsetDeleteAllElements deletes all elements from a public subset of a dimension hierarchy.

This function is valid in TM1® TurboIntegrator processes only.

Syntax

HierarchySubsetDeleteAllElements(DimName, HierName, SubsetName);

Argument

Description

DimName The parent dimension of the subset from which you want to delete elements.
HierName The name of the hierarchy within the dimension.
SubsetName The subset from which you want to delete elements. This must be a public subset. TurboIntegrator cannot access private objects.

Example

HierarchySubsetDeleteAllElements('Region', 'European', 'Central Europe');

This example deletes all elements from the Central Europe subset of the European hierarchy in the Region dimension.