Procedure
You can call up calculation rows during quantity determination or during activation.
For the operator "=" the item is "Active" at the time of evaluation if the values of comparison operand 2 and the calculation row agree. If they do not agree, it is "Inactive". For the operator "Not equal to" the item is "Active" at the time of evaluation if the values of comparison operand 2 and the calculation row do not agree. If they do agree, it is "Active".
Results of the method for operator "="
If comparison operand 2 is: |
And calc. row is: |
Then item is: |
True |
True |
Active |
True |
False |
Inactive |
False |
True |
Inactive |
False |
False |
Active |

You have entered the value "False" as comparison operand 2. If the value of the calculation row is "False" at the time of evaluation, this method produces the result "Active". If the value of the calculation row is "True", the result of the method is "Inactive".
See also:
Defining Formulas. Defining Methods