Skip to main content Skip to complementary content

SearchListObjectFor method

Overview

Searches for a string in a list object.

Information noteThis method applies to list objects (objects with one dimension).
Information noteThe search results can be displayed using the GetLayout method.

Parameters

Name Description Type
qPath

Path to the definition of the list object.

For example, /qListObjectDef.

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
String

Outputs

The following is returned in the output:

"result": { "qSuccess": true }
Information noteThe operation is successful if qSuccess is set to true.

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!