DimensionDestroy

DimensionDestroy deletes a dimension from the TM1® database.

This function is valid in TM1 TurboIntegrator processes only.

Syntax

DimensionDestroy(DimName);

Argument

Description

DimName

The name of the dimension you want to delete.

Example

DimensionDestroy('Product');

This example deletes the Product dimension from the TM1 database.