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

DimensionAttrPutN function for IBM Planning Analytics (TM1)

    DimensionAttrPutN uploads data to a numeric attribute for a dimension.

    Where can the DimensionAttrPutN function be used?


    TurboIntegrator

      Which TM1 Server version is the DimensionAttrPutN function available for?

      Version 11 and 12

        What is the syntax for DimensionAttrPutN?

        DimensionAttrPutN (NumericValue, DimensionName, AttrName, [LangLocaleCode])

        • ​NumericValue = the numeric value that you want to assign to a dimension attribute.​
        • DimensionName = the dimension to which you want to assign an attribute value.​
        • AttrName = is the attribute name of the dimension to which you want to assign a value. ​
        • LangLocaleCode = the language locale code to which the value applies. It’s an optional parameter. When it’s omitted, the base attribute value is updated.

        Relevant Functions