DimensionElementDelete

DimensionElementDelete deletes an element from a dimension.

Note: Deleting an element deletes all cube data identified by that element.

This function is valid in TM1® TurboIntegrator processes only.

Syntax

DimensionElementDelete(DimName, ElName);

Argument

Description

DimName

The dimension that contains the element you want to delete.

ElName

The element you want to delete.

Example

DimensionElementDelete('Region', 'Belgium');

This example deletes the element Belgium from the Region dimension.