HierarchyElementDelete

HierarchyElementDelete deletes an element from a hierarchy.

This function is valid in TM1® TurboIntegrator processes only.

Syntax

HierarchyElementDelete(DimName, HierName, ElName);

Argument

Description

DimName

The dimension that contains the element you want to delete.

HierName

The name of the hierarchy within the dimension.

ElName

The element you want to delete from the hierarchy.

Example

HierarchyElementDelete('Region', 'Western', 'Belgium');

This example deletes the element Belgium from the Western hierarchy in the Region dimension.