ProcessAttrNL function for IBM Planning Analytics (TM1)
ProcessAttrNL retrieves data from a numeric attribute for a process, given a language locale.
In this video, ProcessAttrNL will be used to retrieve the Reference Number from the TrainingProcess process
Where can the ProcessAttrNL function be used?
TurboIntegrator
Which TM1 Server version is the ProcessAttrNL function available for?
Version 11 and 12
What is the syntax for ProcessAttrNL?
ProcessAttrNL(ProcessName, AttributeName, [LangLocaleCode])
- ProcessName = Process to have the numeric attribute retrieved.
- AttributeName = Name of the attribute from which to pull the information.
- LangLocaleCode = Specifies the language code from which the attribute will be retrieved (ISO 639-1).
- If blank or ignored, TM1 will pull the user’s current locale.
- If the attribute value does not exist for the given locale, TM1 will pull the value from its parent. If the attribute value for the parent does not exist, TM1 will pull the base 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