General
The GetDatasourceVariableValue function returns the value of a datasource variable.
Syntax
The syntax of the GetDatasourceVariableValue function is:
GetDatasourceVariableValue Function Syntax
GetDatasourceVariableValue ("datasource_name", "variable_name")
Examples
The following Expression returns 1 as the variable in the Datasource has the value 1:
GetDatasourceVariableValue Function Example
GetDatasourceVariableValue("Executive Dashboard", "vShowChart")