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

CubeRuleSet function for IBM Planning Analytics (TM1)

    CubeRuleSet returns all the rule lines within a cube rule as a single string.

    Where can the CubeRuleSet function be used?

    TurboIntegrator

      Which TM1 Server version is the CubeRuleSet function available for?

      Version 11 and 12

        What is the syntax for CubeRuleSet?

        CubeRuleSet(RuleName, RuleString)

        • RuleName = Name of the rule with the directory, excluding .rux file extension. If this field is blank, a new rule is created.
        • RuleString = The rule statements

          Note:
          • Encase the whole string with a single quote
          • Member references must be encased in a double single quote (e.g. ”Gross Margin”)

        Relevant Functions