Table of Contents

Search

  1. Preface
  2. Introduction to Data Validation Option
  3. Repositories
  4. XML Data Source
  5. Tests for XML Data Sources
  6. Connections
  7. Expressions
  8. Table Pairs
  9. Tests for Table Pairs
  10. Single-Table Constraints
  11. Tests for Single-Table Constraints
  12. Examples of Tests from Spreadsheets
  13. SQL Views
  14. Lookup Views
  15. Join Views
  16. Aggregate Views
  17. Business Intelligence and Reporting Tools Reports
  18. Dashboards
  19. DVOCmd Command Line Program
  20. Troubleshooting
  21. Datatype Reference
  22. Reporting Views
  23. Metadata Import Syntax
  24. Jasper Reports
  25. Glossary

Data Validation Option User Guide

Data Validation Option User Guide

Operator

Operator

The operator defines how to compare the test result for Field A with the test result for Field B. Enter an operator for aggregate and value tests.
The following table describes the operators available in the
Operator
field:
Operator
Definition
Description
=
Equals
Implies that the test result for Field A is the same as the test result for Field B. F or example, SUM(Field A) is the same as SUM(Field B).
<>
Does not equal
Implies that the test result for Field A is not the same as the test result for Field B.
<
Is less than
Implies that the test result for Field A is less than the test result for Field B.
<=
Is less than or equal to
Implies that the test result for Field A is less than or equal to the test result for Field B.
>
Is greater than
Implies that the test result for Field A is greater than the test result for Field B.
>=
Is greater than or equal to
Implies that the test result for Field A is greater than or equal to the test result for Field B.
Is approximately the same as
Implies that the test result for Field A is approximately the same as the test result for Field B. An approximate test must have a threshold value. You can use this operator with numeric datatypes only.
Data Validation Option compares string fields using an ASCII table.

0 COMMENTS

We’d like to hear from you!