HierarchyAttrPutN function for IBM Planning Analytics (TM1)
Where can the HierarchyAttrPutN function be used?
Which TM1 Server version is the HierarchyAttrPutN function available for?
What is the syntax for HierarchyAttrPutN?
- Value = a numeric value
- Dimension = Name of dimension
- Hierarchy = Name of hierarchy
- Attribute = Name of numeric attribute
- Locale = language locale code corresponding to the international language codes list in the }Cultures control dimension. If no locale is defined, the user’s current locale is used. An example of a language code is fr-CA, which is French-Canada.
Relevant Functions
- HierarchyAttrN = Returns a numeric attribute for a dimensions’ hierarchy
- HierarchyAttrNL = Returns a numeric attribute for a dimensions’ hierarchy, for a given language
- HierarchyAttrPutN = uploads data to a string attribute for a dimensions’ hierarchy
- HierarchyAttrPutS = uploads data to a numeric attribute for a dimensions’ hierarchy
- HierarchyAttrS = Returns a string attribute for a dimensions’ hierarchy
- HierarchyAttrSL = Returns a string attribute for a dimensions’ hierarchy, given a locale