General
The GetFilteredDatasourceFieldValues function returns a list of all values explicitly filtered on a field in a
datasource.
Syntax
The syntax of the GetFilteredDatasourceFieldValues function is:
GetFilteredDatasourceFieldValues Function Syntax
GetFilteredDatasourceFieldValues ("datasource_name", "field_name")
Examples
In a datasource that has "Africa", "Americas", "Asia" filtered, the following Expression returns a list that contains the values "Africa", "Americas", "Asia", "Europe":
GetFilteredDatasourceFieldValues Function Example
GetFilteredDatasourceFieldValues("Executive Dashboard", "Region")