StringGlobalVariable function for IBM Planning Analytics (TM1)
StringGlobalVariable declares a string global variable that is recognised by other processes within a Chore or from sub-processes called by the ExecuteProcess function.
In this video, StringGlobalVariable will be used to declare a string global variable, sGlobalVariable, and show that the variable can be accessed from processes that are called using ExecuteProcess.
Where can the StringGlobalVariable function be used?
TurboIntegrator
Which TM1 Server version is the StringGlobalVariable function available for?
Version 11 and 12
What is the syntax for StringGlobalVariable?
StringGlobalVariable(‘variable’)
- Variable = name of global variable
Relevant Functions
- NumericGlobalVariable = Declare a numeric global variable
- StringGlobalVariable = Defines a string global variable