Skip to main content



GetValueList Function

Gets specified value list by DataElement name.

Syntax 1

GetValueList(valueListName)

Gets specified value list by DataElement name.

Arguments

valueListName String - The name of the value list.

Syntax 2

GetValueList(valueListName, passthruArgs)

Gets specified value list by DataElement name.

Arguments

valueListName String - The name of the value list.

passthruArgs Expression - Expression for each passthru argument.

Remarks

Example:

GetValueList(AQueryValueList); // returns value-list:{"a", "b", "c"}

Example:

GetValueList(AQueryValueList, "CA", Field6); // returns value-list:{"California", "42", "c"}