Skip to main content Skip to complementary content

SearchListObjectFor method

Searches for a string in a list object.

Information note

This method applies to list objects (objects with one dimension).

Information note

The search results can be displayed using the GetLayout Method.

Information note

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:

  • P*U*: 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

See also

Abort the results of a search in a list object

Accept the results of a search in a list object

Search for a string in a list object

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!