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.