SearchListObjectFor method

Searches for a string in a list object.

This method applies to list objects (objects with one dimension).
The search results can be displayed using the GetLayout Method.
The operation is successful if qSuccess is set to true.



Parameters

Name Description Mandatory Type
qPath

Path to the definition of the list object. For example, /qListObjectDef .

Yes String
qMatch

Search string. Wild card characters are allowed. The search is not case sensitive. Examples:

  • PU: retrieves only values that start with P and contain U
  • P U S: retrieves values that start with P, U or S
Yes String

Returns

Name Description Type
qSuccess

true

Boolean