- 04 May 2024
- 1 Minute to read
- DarkLight
GetAllDatasourceFieldValues
- Updated on 04 May 2024
- 1 Minute to read
- DarkLight
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 ("datasource_name", "field_name")
Examples
The following Expression returns a list that contains the values "Africa", "Americas", "Asia", "Europe", "Middle East", "Pacific":
GetAllDatasourceFieldValues("Executive Dashboard", "Region")