ProcessAttrPutN function for IBM Planning Analytics (TM1)
ProcessAttrPutN uploads data to a numeric attribute for a process.
In this video, ProcessAttrPutN will be used to upload 42 to the Reference Number attribute, against the TrainingProcess process.
Where can the ProcessAttrPutN function be used?
TurboIntegrator
Which TM1 Server version is the ProcessAttrPutN function available for?
Version 11 and 12
What is the syntax for ProcessAttrPutN?
ProcessAttrPutN(NumericValue, ProcessName, AttributeName, [LangLocaleCode] )
- NumericValue = Value to be set as a numeric attribute.
- ProcessName = Process 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
- 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