Click or drag to resize
IAppFindMatchingFieldsAsyncT Method (AsyncHandle, FuncResponse, T, String, IEnumerableString)

Retrieves any fields that belong to the same archipelago as the specified field and that match at least one of the specified tags.

Tags set by Qlik Sense are prefixed by the $ sign.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
Task<T> FindMatchingFieldsAsync<T>(
	AsyncHandle asyncHandle,
	Func<Response, T> onResult,
	string fieldName,
	IEnumerable<string> tags
)

Parameters

asyncHandle
Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request
onResult
Type: SystemFuncResponse, T
Continuation function
fieldName
Type: SystemString
Name of the field. This method looks for fields that belong to the same archipelago as this specified field. &#160;
tags
Type: System.Collections.GenericIEnumerableString
List of tags. This method looks for fields that match at least one of the tags in this list.

Type Parameters

T

Return Value

Type: TaskT
See Also