CubeAttrPutN function for IBM Planning Analytics (TM1)
CubeAttrPutN uploads data to a numeric attribute for a cube.
In the video, CubeAttrPutN will be used to upload data to the attribute, Number of Dimensions, for the Employee cube.
Where can the CubeAttrPutN function be used?
TurboIntegrator
Which TM1 Server version is the CubeAttrPutN function available for?
Version 11 and 12
What is the syntax for CubeAttrPutN?
CubeAttrPutN(NumericValue, CubeName, AttributeName, [LangLocaleCode] )
- NumericValue = Value to be set as numeric attribute.
- CubeName = Cube to have the numeric attribute set.
- AttributeName = Name of the attribute to receive the value.
- LangLocaleCode = Specifies the language code the attribute will be loaded (ISO 639-1). If blank or ignored, TM1 will update the base attribute value.
Note: The list of valid LangLocaleCode values can be found on the dimension ‘}Cultures’
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.