HierarchyCreate

HierarchyCreate creates a new hierarchy in an existing dimension. The hierarchy cannot have the same name as the dimension.

This function is valid in TM1® TurboIntegrator processes only.

Syntax

HierarchyCreate(DimName, HierName);

Argument

Description

DimName

The name of the existing dimension that will contain the hierarchy.

HierName

The name you want to assign to the hierarchy. You cannot use the name of the dimension.

Example

HierarchyCreate('Vehicles', 'Trucks');

This example creates the empty Trucks hierarchy in the Vehicles dimension.