DimensionAttrS function for IBM Planning Analytics (TM1)
DimensionAttrS returns a string attribute for a specified dimension.
In this video, DimensionAttrS will be used to retrieve string attribute value of the dimension and apply it in the rule to populate the Comment measure in the Product Scorecard cube.

Where can the DimensionAttrS function be used?
Rules and TurboIntegrator

Which TM1 Server version is the DimensionAttrS function available for?
Version 11 and 12

What is the syntax for DimensionAttrS?
DimensionAttrS(DimName, AttrName)
- DimName = Dimension name.
- AttrName = Attribute name.

Relevant Functions
- DimensionAttrDelete = Deletes an attribute for a Dimension
- DimensionAttrInsert = Creates an attribute for a Dimension
- DimensionAttrN = Returns a numeric attribute for a specified dimension
- DimensionAttrNL = Returns and numeric attribute field, for a given language
- DimensionAttrPutN = Uploads data to a numeric attribute for a dimension
- DimensionAttrPutS = Uploads data to a string attribute for a dimension
- DimensionAttrS = Returns a string attribute for a specified dimension
- DimensionAttrSL = Returns and string attribute field, for a given language