Calling Up Calculation Rows 

Procedure

You can call up calculation rows during quantity determination or during activation.

  1. In the quantity editor, choose the function CALCULATION_ROW_VALUE and enter the name of the calculation row you want to call up as the parameter (enter in the object column of the overview screen).
  2. Otherwise, define your formula as usual.
  1. In the activation editor, choose the function CALCULATION_ROW_VALUE as comparison operand 1, and enter the name of the calculation row you want to call up as the parameter.
  2. Choose the operator "=" or "not equal to".
  3. As comparison operand 2, choose the value "True" or "False".

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