ProcessAttrN function for IBM Planning Analytics (TM1)
ProcessAttrN retrieves data from a numeric attribute for a process.
In this video, ProcessAttrN will be used to retrieve the Reference Number from the TrainingProcess process.
Where can the ProcessAttrN function be used?
TurboIntegrator
Which TM1 Server version is the ProcessAttrN function available for?
Version 11 and 12
What is the syntax for ProcessAttrN?
ProcessAttrN(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