TM1 Function for TI, SubsetAttrInsert

Creates a string, numeric or alias subset attribute for a dimension.

What is the SubsetAttrInsert function?

SubsetAttrInsert creates a string, numeric or alias subset attribute for a dimension.

Where can the SubsetAttrInsert function be used?

TurboIntegrator

What is the syntax for SubsetAttrInsert?

SubsetAttrInsert(Dimension, PrevAttrName, NewAttrName, AttrType);​

Dimension = Name of the Dimension.  ​
PrevAttrName = If we want to create 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.

A demonstration on how to use SubsetAttrInsert

Use SubsetAttrInsert to create a string, numeric and an alias subset attribute in the Product Scorecard dimension.