TM1 Function for TI, HierarchySubsetIsAllSet

Sets a subset to contain all elements of the dimension.

What is the HierarchySubsetIsAllSet function?

HierarchySubsetIsAllSet sets a subset to contain all elements of the dimension.​
Flag: If 0, the subset will be static and contain the elements by the time the process was executed. If different from zero, the subset will always be updated with all elements 

Where can the HierarchySubsetIsAllSet function be used?

TurboIntegrator

What is the syntax for HierarchySubsetIsAllSet?

HierarchySubsetIsAllSet(DimensionName, HierarchyName, SubsetName, Flag);​

​DimensionName = Name of the dimension the subset is in.​
HierarchyName = Name of the Hierarchy the subset is in.​
SubsetName = Name of the subset to be updated.​
Flag = Flag that sets how the subset will be updated.​
– 0: the subset will be static and contain the elements by the time the process was executed.​
– Other than 0: the subset will always be updated with all elements.

A demonstration on how to use HierarchySubsetIsAllSet

Use HierarchySubsetIsAllSet to set all elements to the All Set subset that’s associated with the Employee hierarchy and Employee dimension.