What is the syntax for SubsetMDXSet?
SubsetMDXSet(DimName, SubName, MDX_expression)
- DimName = Name of the Dimension the subset is in.
- SubName = Name of the public subset to which we want to apply MDX expression.
- MDX_expression = MDX expression that we want to apply in the Subset.