IAppSelectAssociations Method |
Selects all search hits for a specified group.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax void SelectAssociations(
SearchCombinationOptions options,
IEnumerable<string> terms,
int matchIx,
bool softLock = false
)
Sub SelectAssociations (
options As SearchCombinationOptions,
terms As IEnumerable(Of String),
matchIx As Integer,
Optional softLock As Boolean = false
)
Parameters
- options
- Type: Qlik.EngineSearchCombinationOptions
Information about the search fields. - terms
- Type: System.Collections.GenericIEnumerableString
List of terms to search for. - matchIx
- Type: SystemInt32
Index (value of qId) of the search result.
The SearchAssociations method returns the index of the search result in qResults/qSearchTermsMatched. - softLock (Optional)
- Type: SystemBoolean
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