Skip to main content Skip to complementary content

ScoreSummary Property

Overloads

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 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.

JSON property name: qScoreSummary

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 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.

JSON property name: qScoreSummary

Declaration

      public int ScoreSummary { get; set; }
    

Property Value

Type Description
System.Int32

Implements

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!