ElementAttrDelete function for IBM Planning Analytics (TM1)

    Where can the ElementAttrDelete function be used?

    TurboIntegrator

      Which TM1 Server version is the ElementAttrDelete function available for?

      Version 11 and 12

        What is the syntax for ElementAttrDelete?

        ElementAttrDelete( Dimension, Hierarchy, Attribute )

        • Dimension = Name of the Dimension​
        • Hierarchy = Name of the Hierarchy within the Dimension​
        • Attribute = Name of the Attribute

        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