HierarchySubsetMDXGet
HierarchySubsetMDXGet retrieves the MDX expression used to create a subset.
This function is valid in TM1® TurboIntegrator processes only.
Syntax
HierarchySubsetMDXGet(DimName, HierName, SubName);
Argument | Description |
---|---|
DimName | The parent dimension of the subset. |
HierName | The name of the hierarchy within the dimension. |
SubName | The subset for which you want to retrieve the MDX expression. |
Example
mdxString = HierarchySubsetMDXGet('Cities', 'Italy', 'testsubset');