IAssociationScore Interface
Assembly: Qlik.Engine.dll
Syntax
[ValueClass]
public interface IAssociationScoreProperties
| Name | Description | 
|---|---|
| Field1Scores | Association information about the field  JSON property name: qField1Scores | 
| Field2Scores | Association information about the field  JSON property name: qField2Scores | 
| FieldPairName | Pair of fields. 
             Where: <  <  If the field is a synthetic key, the name of the field is preceded by  JSON property name: qFieldPairName | 
| ScoreSummary | 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  * -4: The number of distinct values of the field  * -8: The number of rows of the field  * -16: The number of distinct values of the field  Example: The number of rows of the field  JSON property name: qScoreSummary |