TM1RptRow function for IBM Planning Analytics (TM1)

    Where can the TM1RptRow function be used?

      Which TM1 Server version is the TM1RptRow function available for?

        What is the syntax for TM1RptRow?

        • TM1ServerName = Name of the TM1 Server
        • Dimension = dimension used for the row
        • TM1RptView = reference to the TM1RptView function from a Dynamic Report
        • Dimension = Name of the Dimension (REQUIRED)
        • SetName = Set name (OPTIONAL)
        • ElementList = An array of elements. For example {“4”;”40”;”400”} (OPTIONAL)
        • AliasOverride = Name of an alias (OPTIONAL)
        • ExpandAbove = A Boolean field. 1 for consolidations to expand above or 0 to expand below. As a default, it is set to 0 (OPTIONAL)
        • MDXOverride = An MDX expression (OPTIONAL)
        • IndentRate = Enter a number to indicate the indentation applied to each level. A value of 0 applies no indentation. As a default, the indentation of 1 is applied (OPTIONAL)
        • ConsolidationDrilling = turn on or off drilling down or up consolidations. A value of 0 prevents drilling, while 1 allows drilling. As a default, drill is applied (OPTIONAL)

        Relevant Functions

        • TM1RptElIsConsolidated = returns a boolean value if an element is consolidated
        • TM1RptElIsExpanded = Returns a boolean value if an element is expanded on the row set
        • TM1RptElLev = Returns an element’s level relative to the root in the subset
        • TM1RptFilter = Apply a filter to the Dynamic report to sort the row based on a column
        • TM1RptRow = Returns the row set in a Dynamic Report
        • TM1RptView = controls the definition of the report like zero suppression and the format area
        • TM1RptTitle = Used to define the title dimension