Selects all search hits for a specified group.
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
Parameters
- options
- Type: Qlik.Engine SearchCombinationOptions
Information about the search fields.
- terms
- Type:
System.Collections.Generic IEnumerable
String
List of terms to search for.
- matchIx
- Type:
System Int32
Index (value of qId) of the search result. The SearchAssociations method returns the index of the search result in qResults/qSearchTermsMatched.
- softLock (Optional)
- Type:
System Boolean
Set to true to ignore locks; in that case, locked fields can be selected. The default value is false. This parameter is optional.
See Also