GetValueList Function

  • Updated

Gets specified value list by DataElement name.

Syntax 1

 

Gets specified value list by DataElement name.

 

GetValueList(valueListName)

 

 

Arguments:

 

 

 

valueListName

String - The name of the value list.

Syntax 2

 

Gets specified value list by DataElement name.

 

GetValueList(valueListName, passthruArgs)

 

 

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"}.

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.