2nd Expression

As the formula expression defines calculation that is performed, this field may contain role call, formula call, field reference or mnemonic, according to the table of possibilities.
2nd Expression can be attributed to all items of Execution, Condition and Bond, with due regard to:
| • | Execution information in this field adds or calculates values. |
| • | Condition or Bond must compare content of field 2nd Expression as the field 1st Expression. |
Examples:
Field reference:
Type |
Result |
Operator 1 |
1st Expression |
Operator 2 |
2nd Expression |
Operator 3 |
Execution |
nValTot |
:= |
nVal |
+ |
SRA->RA_SALARIO |
.END. |
Bond |
|
|
R8_FILIAL + R8_MAT |
== |
RA_FILIAL + RA_MAT |
.END. |
Using Constant:
Type |
Result |
Operator 1 |
1st Expression |
Operator 2 |
2nd Expression |
Operator 3 |
Execution |
nValTot |
:= |
nVal |
:= |
0 |
.END. |
Condition |
|
|
CTipDep |
== |
2 |
.END. |
See Also
| • | Bond |