GetDatasourceVariableValue
  • 16 Apr 2024
  • 1 Minute to read
  • Dark
    Light

GetDatasourceVariableValue

  • Dark
    Light

Article summary

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")


Was this article helpful?