Products | Versions |
---|---|
TIBCO MessageBroker | - |
Not Applicable | - |
Resolution:
You need to enclose the global variable name in double quotes, while using it in pre-defined function.
Below is an example of concat function using global variable:
concat("Hello", "%%globalvariable%%")