Documentation Index

Fetch the complete documentation index at: https://help.mail-and-deploy.com/llms.txt

Use this file to discover all available pages before exploring further.

GetFilteredDatasourceFieldValues

Prev Next

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