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

DimensionSortOrder function for IBM Planning Analytics (TM1)

     
    DimensionSortOrder sorts the elements and components of consolidations within a dimension.

    In the video, the DimensionSortOrder will be used to sort the components by name and elements by level in ascending order.

    Where can the DimensionSortOrder function be used?

    TurboIntegrator

      Which TM1 Server version is the DimensionSortOrder function available for?

      Version 11 and 12

        What is the syntax for DimensionSortOrder?

        DimensionSortOrder(DimName, CompSortType, CompSortSense, ElSortType , ElSortSense)

        • DimName = Dimension Name​
        • CompSortType = sort type for components of consolidated elements ​
          • ByInput: retain the original dimension element insert order​
          • ByName: sort by name​
        • CompSortSense = the sense of order for CompSortType either ‘Ascending’ or ‘Descending’. This applies only when the CompSortType is ByName. ​
          • Ascending: ascending alphabetical order​
          • Descending: descending alphabetical order​
        • ElSortType = sort type for all elements​
          • ByInput: retain the original dimension element insert order​
          • ByName: sort by name​
          • ByLevel:  Sorts dimension elements by level.​
          • ByHierarchy – Sorts dimension elements by hierarchy.​
        • ElSortSense = the sense of order for ElSortType either ‘Ascending’ or ‘Descending’. This applies only when the ElSortType is ByName.​
          • Ascending: ascending alphabetical order​
          • Descending: descending alphabetical order

        Relevant Functions