ProcessAttrInsert function for IBM Planning Analytics (TM1)
ProcessAttrInsert creates a process attribute.
In this video, ProcessAttrInsert will be used to create the process attribute, Description
Where can the ProcessAttrInsert function be used?
TurboIntegrator
Which TM1 Server version is the ProcessAttrInsert function available for?
Version 11 and 12
What is the syntax for ProcessAttrInsert?
ProcessAttrInsert( 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
- ProcessAttrDelete = Deletes a process attribute
- ProcessAttrInsert = Creates a process attribute
- ProcessAttrN = Retrieves data from a numeric attribute for a process
- ProcessAttrNL = Retrieves data from a numeric attribute for a process, for a given language
- ProcessAttrPutN = Uploads data to a numeric attribute for a process
- ProcessAttrPutS = Upload to a string attribute for a process
- ProcessAttrS = Retrieves data from a string attribute for a process
- ProcessAttrSL = Retrieves data from a string attribute for a process for a given language