HierarchyElementComponentDelete

HierarchyElementComponentDelete deletes a component (child) from a consolidated element.

This function is valid in TM1® TurboIntegrator processes only.

Syntax

HierarchyElementComponentDelete(DimName, HierName, ConsolidatedElName, ElName);

Argument

Description

DimName

The parent dimension of the consolidated element from which you want to delete a child.

HierName

The name of the hierarchy within the dimension.

ConsolidatedElName

The consolidated element from which you want to delete a child.

ElName

The name of the child element you want to delete.

Example

HierarchyElementComponentDelete('Region', 'Western', 'Benelux', 'Belgium');

This example deletes the Belgium child from the Benelux consolidation in the Western hierarchy of the Region dimension.