Click or drag to resize
AssociationScoreFieldPairName Property
Pair of fields. <FieldName1> / <FieldName2> Where: <FieldName1> is a field in the table 1 (defined in qTable1) <FieldName2> is a field in the table 2 (defined in qTable2) If the field is a synthetic key, the name of the field is preceded by [Synthetic key]:.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public string FieldPairName { get; set; }

Property Value

Type: String

Implements

IAssociationScoreFieldPairName
See Also