COLLECTING DATA WITH LOG MANAGER
Filter Formula syntax
The filter formula can be a simple or complex expression.
Syntax for Simple Expressions
A simple expression conforms to the following syntax:
Variable Relation Value
Variable - Legal variables include:
VALUE
DATE
TIME
Relation - Legal relations include:
>
<
>= | |
<= |
==
!=
Value - Legal values include:
<INTEGER VALUE> | |
<yyyymmdd> | |
| and dd the day |
<hhmmss> | |
| minutes and ss seconds |
Syntax for Complex Expressions
A complex expression combines several simple expressions using logical operators. Each expression must be enclosed in parentheses. The syntax for a complex expression follows:
(Simple Expression) Logical_Operator (Simple Expression)
As described in the previous section a simple expressions should have three basic elements, namely, a Variable, Relation, and Value. Legal values for each element are described under the syntax for simple expressions.