Click or drag to resize
AssociationScore Class
Inheritance Hierarchy
SystemObject
  Qlik.EngineAssociationScore

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public class AssociationScore : IAssociationScore

The AssociationScore type exposes the following members.

Constructors
  NameDescription
Public methodAssociationScore
Initializes a new instance of the AssociationScore class
Top
Properties
  NameDescription
Public propertyField1Scores
Association information about the field FieldName1 defined in qFieldPairName.
Public propertyField2Scores
Association information about the field FieldName2 defined in qFieldPairName.
Public propertyFieldPairName
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]:.
Public propertyScoreSummary
Flag used to interpret calculated scores. One of the following values or sum of values that apply: 0: The cardinal ratio cannot be zero but the symbol score and the row score can be zero. -1: The fields do not have the same type. -2: The number of rows of the field FieldName1 is zero. -4: The number of distinct values of the field FieldName1 is zero. -8: The number of rows of the field FieldName2 is zero. -16: The number of distinct values of the field FieldName2 is zero. Example: The number of rows of the field FieldName1 is zero, and the number of distinct values of the field FieldName2 is zero, then qScoreSummary is -18.
Top
See Also