Return values from data sets when filtering criteria is matched.
Lookup Function |
Description |
The CollectionLooup function returns the value of a field or expression for the first collection member that satisfies a given filter expression. |
|
Gets specified value list by field name. |
|
Gets specified value list by DataElement name. |
|
Returns true if the given value is contained in the specified value list, otherwise returns false. |
|
The JsonLookup function returns the JSON of the first property or array that matches a given search path. Does not support retrieving an array of primitive values. |
|
Returns the value from a table for the first row that satisfies the filter. |
|
Gets value list from Query. |
|
Returns the value from a table for the first row that satisfies the field matching criteria. |
|
Constructs value list inline from args. |
|
Looks up a display name by value from a value list. If the value is not in the value list, null is returned unless a default value is specified. |
|
The XmlLookup function returns the value referenced by an XPath from an XML document or string. |
Comments
0 comments
Please sign in to leave a comment.