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

GetApplicableDatasourceFieldValues

  • Dark
    Light

Article summary

General

The GetApplicableDatasourceFieldValues function returns a list of all values of a datasource field that are
compatible with the current selection.

Syntax

The syntax of the GetApplicableDatasourceFieldValues function is:

GetApplicableDatasourceFieldValues Function Syntax

GetApplicableDatasourceFieldValues ("datasource_name", "field_name")

Examples

In a datasource that has "Africa", "Americas", "Asia" as possible values, the following Expression returns a list that contains the values "Africa", "Americas", "Asia", "Europe":

GetApplicableDatasourceFieldValues Function Example

GetApplicableDatasourceFieldValues ("Executive Dashboard", "Region")


Was this article helpful?