Click or drag to resize
IAppSelectAssociations Method

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
void SelectAssociations(
	SearchCombinationOptions options,
	IEnumerable<string> terms,
	int matchIx,
	bool softLock = false
)

Parameters

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: 
See Also