TM1 Function for TI, HierarchySubsetMDXSet 

Inserts a MDX expression to a public subset.

What is the HierarchySubsetMDXSet function?

HierarchySubsetMDXSet inserts a MDX expression to a public subset.

Where can the HierarchySubsetMDXSet function be used?

TurboIntegrator

What is the syntax for HierarchySubsetMDXSet?

HierarchySubsetMDXSet(DimensionName, HierarchyName, SubsetName, MDX Expression);​

​DimensionName = Name of the dimension the subset is in.​
HierarchyName = Name of the Hierarchy the subset is in.​
SubsetName = Name of the subset to set the MDX expression.​
MDX Expression = MDX expression to be used in the subset.

A demonstration on how to use HierarchySubsetMDXSet

Use HierarchySubsetMDXSet to insert an MDX express to the Departments subsets, that’s associated with the Employee hierarchy and Employee dimension.