CubeAttrInsert function for IBM Planning Analytics (TM1)
CubeAttrInsert creates a new attribute for Cubes.
In the video, CubeAttrInsert will be used to create the attribute, Description, for Cubes.
Where can the CubeAttrInsert function be used?
TurboIntegrator
Which TM1 Server version is the CubeAttrInsert function available for?
Version 11 and 12
What is the syntax for CubeAttrInsert?
CubeAttrInsert(PreviousAttributeName, NewAttributeName, AttributeType)
- PreviousAttributeName = Name of the attribute that antecedes the new attribute (order). If the new attribute is to be the first, leave this parameter blank.
- NewAttributeName = Name of the new attribute to be added.
AttributeType = Type of the attribute to be created. The attribute types are:- N: Numeric attribute
- S: String attribute
- A: Alias attribute
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.