15. VIFRED Field Specifications : Specify a Validation Check : Comparison Operator Validation Checks : Comparisons Against Other Fields
 
Share this page                  
Comparisons Against Other Fields
You can compare a value against whatever value is currently contained in another field. The following example requires that the name entered in the Lastname field not be the same as the name entered in the Firstname field:
lastname!= firstname
This example requires that the date entered in the Duedate field be equal to or greater than the date entered in the Orderdate field:
duedate => orderdate