HierarchySubsetGetSize
HierarchySubsetGetSize returns the number of elements in a subset of a dimension hierarchy.
This function is valid in TM1® TurboIntegrator processes only.
Syntax
HierarchySubsetGetSize(DimName, HierName, SubsetName);
|
Argument |
Description |
|---|---|
| DimName | The parent dimension of the subset for which you want to determine size. |
| HierName | The name of the hierarchy within the dimension. |
| SubsetName | The subset for which you want to determine size. |
Example
HierarchySubsetGetSize('Region', 'Eastern', 'EurAsia');
This function returns the number of elements in the EurAsia subset of the Eastern hierarchy in the Region dimension.