Click or drag to resize
AppSelectAssociations Method

Selects all search hits for a specified group.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public void SelectAssociations(
	SearchCombinationOptions options,
	IEnumerable<string> terms,
	int matchIx,
	bool softLock = 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.

Implements

IAppSelectAssociations(SearchCombinationOptions, IEnumerableString, Int32, Boolean)
See Also