<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NCX94J4" height="0" width="0" style="display:none;visibility:hidden"></iframe>

CubeAttrS function for IBM Planning Analytics (TM1)

    CubeAttrS returns a string attribute for a specified cube.

    In the video, CubeAttrS will be used to retrieve string attribute value of the cube and apply it in the rule to populate the Comment measure in the Product Scorecard cube. 

    Where can the CubeAttrS function be used?

    Rules and TurboIntegrator

      Which TM1 Server version is the CubeAttrS function available for?

      Version 11 and 12

        What is the syntax for CubeAttrS?

        ​CubeAttrS(CubeName, AttrName)

        • ​​CubeName = Cube name.​
        • AttrName = Attribute name.

        Relevant Functions

        • CubeAttrDelete = Deletes a cube’s attribute.
        • CubeAttrInsert = Creates a new attribute for Cubes.
        • CubeAttrN = Returns a numeric attribute for a specified cube.
        • CubeAttrNL = Retrieves data from a numeric attribute for a cube, for a given language.
        • CubeAttrPutN = Uploads data to a numeric attribute for a cube.
        • CubeAttrPutS = Uploads data to a string attribute for a cube.
        • CubeAttrS = Returns a string attribute for a specified cube.
        • CubeAttrSL = Retrieves data from a string attribute for a Cube, for a given language.