A formula cannot end with a mathematical operator!


A mathematical operator must necessarily be followed by an expression on which the mathematical operation is performed. If this does not exist, the formula test returns an error.

There are possible solutions:
1. Add the missing term to the formula.
2. Delete the redundant mathematical operator.
3. If there is a need to show negative values: the minus sign must appear BEFORE the expression for which you want to change the sign in the result.
Correct |
Incorrect |
To solution 1:
#MpPrice#
|
#COLICINA# * |
To solution 2:
#A10#
|
#A10#- |
To solution 3:
-#A10#
|
#A10#- |