General
The GetAllDatasourceFieldValues function returns a list of all values (ignoring any filters) of a field in a
datasource.
Syntax
The syntax of the GetAllDatasourceFieldValues function is:
GetAllDatasourceFieldValues Function Syntax
GetAllDatasourceFieldValues ("datasource_name", "field_name")
Examples
The following Expression returns a list that contains the values "Africa", "Americas", "Asia", "Europe", "Middle East", "Pacific":
GetAllDatasourceFieldValues Function Example
GetAllDatasourceFieldValues("Executive Dashboard", "Region")