Click or drag to resize
IAppGetAssociationScoresAsync Method (AsyncHandle, 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<IEnumerable<AssociationScore>> GetAssociationScoresAsync(
	AsyncHandle asyncHandle,
	string table1,
	string table2
)

Parameters

asyncHandle
Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request
table1
Type: SystemString
Name of the first table.
table2
Type: SystemString
Name of the second table.

Return Value

Type: TaskIEnumerableAssociationScore
See Also