Skip to content

Advanced Fields

These fields are used by the Value, Condition and Rule records.

44. Value

  • Description: This field is a single member of the list.
  • Data Type: String
  • Allowed Values: Any
  • Sample: Value=Red
  • Found In: Value

45. Level

  • Description: This field defines if this condition is for Records or Fields.
  • Data Type: String List
  • Allowed Values: RECORD, FIELD, BOTH
  • Sample: Level=RECORD
  • Found In: Condition, Rule

A. RECORD

The condition applies to Data File records only.

B. FIELD

The condition applies to Data File fields only.

C. BOTH

The condition applies to Data File records and Data File fields.

46. ConditionType

  • Description: This field defines which of the five conditions is to be used.
  • Data Type: String List
  • Allowed Values: PAIRED, REQUIRED, EXCLUSION, CONDITIONAL, LIST
  • Sample: ConditionType=REQUIRED
  • Found In: Condition

A. PAIRED

If any are used, all must be used. Ex.: If either 15 or 16 is present, then the other is required.

B. REQUIRED

At least one of those noted must be used. Ex.: At least one of 15 or 16 is required.

C. EXCLUSION

No more than one may be used. Ex.: Only one of 15, 16 or 17 may be present.

D. CONDITIONAL

If the first ID is present, then the others must be present. Ex.: If 15 is present, then 16 and 17 are required.

E. LIST

If the first ID is present, then at least one of the others must be present. Ex.: If 15 is present, then at least one of 16, 17 or 18 is required.

47. HypothesisID

  • Description: This field defines the first ID this Rule is for.
  • Data Type: Count
  • Allowed Values: Any
  • Sample: HypothesisID=25
  • Found In: Rule

48. HypothesisOperator

  • Description: This field defines which operator to use.
  • Data Type: String List
  • Allowed Values: CONTAINS, EQUALS, HAS CONTENT, BEGINS WITH, ENDS WITH, EXISTS
  • Sample: HypothesisOperator=EQUALS
  • Found In: Rule

A. CONTAINS

If the HypothesisID contains a value from the defined hypothesis list.

B. EQUALS

If the HypothesisID equals a value from the defined hypothesis list.

C. HAS CONTENT

If the HypothesisID has any content.

D. BEGINS WITH

If the HypothesisID begins with a value from the defined hypothesis list.

E. ENDS WITH

If the HypothesisID ends with a value from the defined hypothesis list.

F. EXISTS

If the HypothesisID exists in the Data File.

49. HypothesisNegation

  • Description: This field defines if the hypothesis operator is to be negated.
  • Data Type: String List
  • Allowed Values: TRUE, FALSE
  • Sample: HypothesisNegation=FALSE
  • Found In: Rule

A. TRUE

The hypothesis operator is to be negated.

B. FALSE

The hypothesis operator is not to be negated.

50. HypothesisListID

  • Description: This field defines the ID of a list to be used, if a list is to be used.
  • Data Type: Integer
  • Allowed Values: Any
  • Sample: HypothesisListID=12
  • Found In: Rule

51. ConclusionID

  • Description: This field defines the second ID this Rule is for.
  • Data Type: Count
  • Allowed Values: Any
  • Sample: ConclusionID=26
  • Found In: Rule

52. ConclusionOperator

  • Description: This field defines which operator to use.
  • Data Type: String List
  • Allowed Values: CONTAINS, EQUALS, HAS CONTENT, BEGINS WITH, ENDS WITH, EXISTS
  • Sample: ConclusionOperator=HAS CONTENT
  • Found In: Rule

A. CONTAINS

If the ConclusionID contains a value from the defined conclusion list.

B. EQUALS

If the ConclusionID equals a value from the defined conclusion list.

C. HAS CONTENT

If the ConclusionID has any content.

D. BEGINS WITH

If the ConclusionID begins with a value from the defined conclusion list.

E. ENDS WITH

If the ConclusionID ends with a value from the defined conclusion list.

F. EXISTS

If the ConclusionID exists in the Data File.

53. ConclusionNegation

  • Description: This field defines if the conclusion operator is to be negated.
  • Data Type: String List
  • Allowed Values: TRUE, FALSE
  • Sample: ConclusionNegation=FALSE
  • Found In: Rule

A. TRUE

The conclusion operator is to be negated.

B. FALSE

The conclusion operator is not to be negated.

54. ConclusionListID

  • Description: This field defines the ID of a list to be used, if a list is to be used.
  • Data Type: Integer
  • Allowed Values: Any
  • Sample: ConclusionListID=17
  • Found In: Rule
Back to top