| Data verification rules describe
what the correct data must look like. The program will add all
field values of the selected table that don't match the criterion
set in the rule, to the report.
"Not" modifier reverse the condition. For example "is null" with
"not" option means "is not null".
"Ignore case sensitivity" options means the program should compare
string values without case. "MAR" equals to "mar" and "Mar" as
example. |