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

Computes a set of association scores for each pair of fields between two given tables that have been loaded in an app.

When a table contains some synthetic keys, all fields in the synthetic key tables are analyzed against fields in other tables. To denote that a field is a synthetic key, the field name is prefixed by [Synthetic Key]:.

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

Parameters

asyncHandle
Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request
onResult
Type: SystemFuncResponse, T
Continuation function
table1
Type: SystemString
Name of the first table.
table2
Type: SystemString
Name of the second table.

Type Parameters

T

Return Value

Type: TaskT
See Also