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

HierarchyAttrPutN function for IBM Planning Analytics (TM1)

    HierarchyAttrPutN uploads a value to a numeric attribute from a dimension’s hierarchy.

    Where can the HierarchyAttrPutN function be used?

    TurboIntegrator

      Which TM1 Server version is the HierarchyAttrPutN function available for?

      Version 11 and 12

        What is the syntax for HierarchyAttrPutN?

        HierarchyAttrPutN(Value, Dimension, Hierarchy, Attribute, [Locale])

        • Value = a numeric value
        • Dimension = Name of dimension
        • Hierarchy = Name of hierarchy
        • Attribute = Name of numeric attribute
        • Locale = language locale code corresponding to the international language codes list in the }Cultures control dimension. If no locale is defined, the user’s current locale is used. An example of a language code is fr-CA, which is French-Canada.

        Relevant Functions

        • HierarchyAttrN = Returns a numeric attribute for a dimensions’ hierarchy
        • HierarchyAttrNL = Returns a numeric attribute for a dimensions’ hierarchy, for a given language
        • HierarchyAttrPutN = uploads data to a string attribute for a dimensions’ hierarchy
        • HierarchyAttrPutS = uploads data to a numeric attribute for a dimensions’ hierarchy
        • HierarchyAttrS = Returns a string attribute for a dimensions’ hierarchy
        • HierarchyAttrSL = Returns a string attribute for a dimensions’ hierarchy, given a locale