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

RuleLoadFromFileEx function for IBM Planning Analytics (TM1)

    RuleLoadFromFileEx creates or overwrites a cube’s rule from a text file. The file must use a semi-colon (;) to end each rule and a hash (#) for comments.

    Where can the RuleLoadFromFileEx function be used?

    TurboIntegrator

      Which TM1 Server version is the RuleLoadFromFileEx function available for?

      Version 11 and 12

        What is the syntax for RuleLoadFromFileEx?

        RuleLoadFromFileEx(Cube, TextFile, CharacterSet)

        • Cube = Cube Name
        • TextFile = Name of the text file with the rules
        • CharacterSet = Character encoding used for the file (refer to the SetInputCharacterSet function)

        Relevant Functions