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