Compares two Keyword Values on the same document. Each Keyword Value may be of a different Keyword Type, but both should be of the same Data Type, such as alphanumeric or date.
The Document Handle Keyword Type can be compared to Numeric (Up to 9 Digits) and Numeric (Up to 20 Digits) Data Types.
When comparing two alphanumeric Keyword Types, the values being compared will not be implicitly converted into their representative datatypes. For example, if the values 0123 and 123 are compared using the = operator, the result will be FALSE.
This rule does not compare Keyword Type values that have different currency formats based on actual monetary value. If the currency format of a keyword value on a document is different from the currency format specified in the rule, the rule evaluates to FALSE for this keyword even if the numerical value is “equal”, unless the operator used is <>. Using the <> operator will evaluate to TRUE because the values are not equal. For example, if the value of a keyword on a document is $1.00 and the rule is evaluating the Keyword Type = to 1 Euro, the result of the rule is FALSE because the currency formats differ.