ProcessAttrS function for IBM Planning Analytics (TM1)
ProcessAttrS retrieves data from a string attribute for a process.
In this video, ProcessAttrS will be used to retrieve data from the string attribute, Description, against the TrainingProcess process.
Where can the ProcessAttrS function be used?
TurboIntegrator
Which TM1 Server version is the ProcessAttrS function available for?
Version 11 and 12
What is the syntax for ProcessAttrS?
ProcessAttrS(ProcessName, AttributeName)
- ProcessName = Process to have the numeric attribute retrieved.
- AttributeName = Name of the attribute from which to pull the information.
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