HierarchySubsetDestroy
HierarchySubsetDestroy deletes a subset from the TM1® database.
This function is valid in TM1 TurboIntegrator processes only.
Syntax
HierarchySubsetDestroy(DimName, HierName, SubName);
Argument |
Description |
---|---|
DimName | The parent dimension of the subset you are deleting. |
HierName | The name of the hierarchy within the dimension. |
SubName | The name of the subset you want to delete. |
Example
HierarchySubsetDestroy('Region', 'European', 'Northern Europe');
This example deletes the Northern Europe subset of the European hierarchy in the Region dimension.