IAppSelectAssociationsAsync 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 Task SelectAssociationsAsync(
SearchCombinationOptions options,
IEnumerable<string> terms,
int matchIx,
bool softLock = false,
AsyncHandle asyncHandle = null
)
Function SelectAssociationsAsync (
options As SearchCombinationOptions,
terms As IEnumerable(Of String),
matchIx As Integer,
Optional softLock As Boolean = false,
Optional asyncHandle As AsyncHandle = Nothing
) As Task
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. - asyncHandle (Optional)
- Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request
Return Value
Type:
TaskSee Also