DimensionElementComponentDelete

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

This function is valid in TM1® TurboIntegrator processes only.

Syntax

DimensionElementComponentDelete(DimName, ConsolidatedElName,ElName);

Argument

Description

DimName

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

ConsolidatedElName

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

ElName

The name of the child element you want to delete.

Example

DimensionElementComponentDelete('Region', 'Benelux','Belgium');

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