SubsetAttrInsert function for IBM Planning Analytics (TM1)

    Where can the SubsetAttrInsert function be used?

    TurboIntegrator

      Which TM1 Server version is the SubsetAttrInsert function available for?

      Version 11 and 12

        What is the syntax for SubsetAttrInsert?

        SubsetAttrInsert(Dimension, PrevAttrName, NewAttrName, AttrType)

        • ​​Dimension = Name of the Dimension.  ​
        • PrevAttrName = If we want to create a new attribute before any previous attribute, then use this parameter. ​
        • NewAttrName = New attribute name.​
        • AttrType = Attribute type
          • N: Numeric attribute;
          • S: String attribute;
          • A: Alias attribute.

        Relevant Functions