DimensionHierarchyCreate
DimensionHierarchyCreate 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
DimensionHierarchyCreate(DimName, HierName);
|
Argument |
Description |
|---|---|
|
DimName |
The name of the existing dimension that will contain the hierarchy. |
|
HierName |
The name that you want to assign to the hierarchy. You cannot use the name of the dimension. |
Example
DimensionHierarchyCreate('Vehicles', 'Trucks');
This example creates the empty Trucks hierarchy in the Vehicles dimension.