- 04 May 2024
- 1 Minute to read
- DarkLight
GetApplicableDatasourceFieldValues
- Updated on 04 May 2024
- 1 Minute to read
- DarkLight
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 ("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 ("Executive Dashboard", "Region")