Click or drag to resize
IAppSelectAssociationsAsync Method (AsyncHandle, SearchCombinationOptions, IEnumerableString, Int32, Boolean)

Selects all search hits for a specified group.

The results depend on the search context.

See: SearchCombinationOptions

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
Task SelectAssociationsAsync(
	AsyncHandle asyncHandle,
	SearchCombinationOptions options,
	IEnumerable<string> terms,
	int matchIx,
	bool softLock = false
)

Parameters

asyncHandle
Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request
options
Type: Qlik.EngineSearchCombinationOptions
Information about the search fields and the search context.
terms
Type: System.Collections.GenericIEnumerableString
List of terms to search for.
matchIx
Type: SystemInt32
Index (value of qId) of the search result to select. The SearchAssociations method returns the index of the search result in qResults/qSearchTermsMatched.
softLock (Optional)
Type: SystemBoolean
This parameter is deprecated and should not be set.

Return Value

Type: Task
See Also