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:
|
String |
Outputs
The following is returned in the output:
"result": {
"qSuccess": true
}
Information noteThe operation is successful if qSuccess is set to true.
Learn more
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!