TM1 Function for TI, DimensionAttrInsert

Insert a string, numeric or alias attribute for dimensions.

What is the DimensionAttrInsert function?

Insert a string, numeric or alias attribute for dimensions.

Where can the DimensionAttrInsert function be used?

TurboIntegrator

What is the syntax for DimensionAttrInsert?

DimensionAttrInsert(PreviousAttribute, NewAttribute, AttributeType);

PreviousAttribute = the new attribute will be created after this attribute. If this field is blank, the new attribute will be set as the first attribute.
NewAttribute = name of the new attribte
AttributeType =
– ‘S’ to create a string attribute
– ‘N’ to create a numeric attribute
– ‘A’ to create an alias attribute