<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NCX94J4" height="0" width="0" style="display:none;visibility:hidden"></iframe>

HierarchySubsetIsAllSet function for IBM Planning Analytics (TM1)

    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 is executed. If different from zero, the subset will always be updated with all elements 

    In this video, HierarchySubsetIsAllSet will be used for the All Set subset associated with the Employee hierarchy and Employee dimension.

    Where can the HierarchySubsetIsAllSet function be used?

    TurboIntegrator

      Which TM1 Server version is the HierarchySubsetIsAllSet function available for?

      Version 11 and 12

        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 is executed.​
          • Other than 0: the subset will always be updated with all elements.

        Relevant Functions