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

GetAllDatasourceFieldValues

  • Dark
    Light

Article summary

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")


Was this article helpful?