Table of Contents

Search

  1. Preface
  2. Introduction to Rule Specifications
  3. Rule Specification Configuration
  4. Rule Set Configuration
  5. Rule Statement Configuration
  6. Common Types of Rule Statements
  7. Test and Validation Operations

Rule Specification Guide

Rule Specification Guide

Operators

Operators

An operator is a mathematical function that determines the outcome of a condition.
You can select one of the following operators:
is
Verifies that the input data matches the data that the condition specifies.
is not
Verifies that the input data does not match the data that the condition specifies.
is within
Verifies that the input data matches a value in a reference table or in a list of values that you enter.
is not within
Verifies that the input data does not match a value in a reference table or in a list of values that you enter.
contains
Verifies that the input data contains a sequence of characters that you specify.
is less than
Verifies that the input data value is less than the value that the condition specifies. Select the operator with numeric input data.
is less than or equal to
Verifies that the input data value is less than or equal to the value that the condition specifies. Select the operator with numeric input data.
is greater than
Verifies that the input data value is greater than the value that the condition specifies. Select the operator with numeric input data.
is greater than or equal to
Verifies that the input data value is greater than or equal to the value that the condition specifies. Select the operator with numeric input data.

0 COMMENTS

We’d like to hear from you!