VariableGet
Retrieve the provided variable's value.
js
VariableGet(applicationName, variableName)Parameters
applicationName- The name of the application to work in.variableName- The name of the variable.
Example
js
VariableGet("Performance Management", "Reporting Month")This would return the value of the variable Reporting Month.