- 16 Apr 2024
- 1 Minute to read
- DarkLight
Global Variable Value
- Updated on 16 Apr 2024
- 1 Minute to read
- DarkLight
General
This placeholder can be used to access the value of a Global Variable from an Expression.
Syntax
The syntax for this type of placeholder is:
[GlobalVariable].[<name_of_global_variable>]
Example
Let's suppose there is a Global Variable named RootPath and its value is set to the following Expression:
"\\FILESERVER\Reports\Sales Reports"
The following expression accesses the global variable:
[GlobalVariable].[RootPath] & "\My Report Name"
When the expression is evaluated at runtime, it will return \\FILESERVER\Reports\Sales Reports\My Report Name".