HierarchyDestroy

HierarchyDestroy deletes a hierarchy from the TM1® database.

This function is valid in TM1 TurboIntegrator processes only.

Syntax

HierarchyDestroy(DimName, HierName);

Argument

Description

DimName

The name of the dimension that contains the hierarchy.

HierName

The name of the hierarchy you want to delete.

Example

HierarchyDestroy('Product','Transmissions');

This example deletes the Transmissions hierarchy from the TM1 database.