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