- 04 May 2024
- 1 Minute to read
- DarkLight
GetDatasourceVariableValue
- Updated on 04 May 2024
- 1 Minute to read
- DarkLight
General
The GetDatasourceVariableValue function returns the value of a datasource variable.
Syntax
The syntax of the GetDatasourceVariableValue function is:
GetDatasourceVariableValue ("datasource_name", "variable_name")
Examples
The following Expression returns 1 as the variable in the Datasource has the value 1:
GetDatasourceVariableValue("Executive Dashboard", "vShowChart")