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

ElementAttPutN function for IBM Planning Analytics (TM1)

    ElementAttPutN uploads data to a numeric attribute for an element.

    In the video, ElementAttPutN will be used to upload 5000 to the SupplierCode attribute for Mountain Bikes in the Product Type dimension.

    Where can the ElementAttPutN function be used?

    TurboIntegrator

      Which TM1 Server version is the ElementAttPutN function available for?

      Version 11 and 12

        What is the syntax for ElementAttPutN?

        ElementAttrPutN( Value, Dimension, Hierarchy, Element, Attribute, [LangLocaleCode] )

        • Value = the numeric value to be inputted into the Element Attribute​
        • Dimension = Name of the Dimension​
        • Hierarchy = Name of the Hierarchy within the Dimension​
        • Element = Name of the Element within the Dimension​
        • Attribute = Name of the Attribute​
        • LangLocaleCode = Language Locale Code – note this is an optional field.

        Relevant Functions

        • ElementAttrDelete = Deletes attribute for a dimension
        • ElementAttrInsert = Create an attribute for a dimension
        • ElementAttrN = Returns the numeric attribute value of the specified element of a dimension
        • ElementAttrNL = Retrieves a numeric attribute for an element, for a given language
        • ElementAttrPutN = Uploads data to a numeric attribute for an element
        • ElementAttrPutS = Uploads data from a string attribute for an element
        • ElementAttrS = Returns the string attribute value of the specified element of a dimension
        • ElementAttrSL = Returns a string attribute for an element, for a given language