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

ProcessAttrPutS function for IBM Planning Analytics (TM1)

    ProcessAttrPutS upload to a string attribute for a process.

    In this video, ProcessAttrPutS will be used to upload data to the Description attribute, against the TrainingProcess process.

    Where can the ProcessAttrPutS function be used?

    TurboIntegrator

      Which TM1 Server version is the ProcessAttrPutSlete function available for?

      Version 11 and 12

        What is the syntax for ProcessAttrPutS?

        ProcessAttrPutS(string, ProcessName, AttributeName, [LangLocaleCode] )

        • ​​​String = String is to be set as a string attribute.​
        • ProcessName = Process to have the string attribute set.​
        • AttributeName = Name of the attribute to receive the value.​
        • LangLocaleCode = Specifies the language code the attribute will be loaded (ISO 639-1). If blank or ignored, TM1 will update the base attribute value. Note:  The list of valid LangLocaleCode values can be found on the dimension ‘}Cultures’

        Relevant Functions