<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NCX94J4" height="0" width="0" style="display:none;visibility:hidden"></iframe>

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