Round brackets are used to define the precedence of operations in formulas.
The
formula test requires that all brackets are closed. If not, an error message is returned:

It states whether the opening or closing bracket is missing.
Solution:
1. Remove unnecessary brackets.
2. Supply the missing brackets.
Examples:
Correct |
Incorrect |
Remove unnecessary brackets:
#KOLICINA# * #MpCena#
|
(#KOLICINA# * #MpCena# |
Enter missing brackets:
(#KOLICINA# + 100) / #MpCena#
|
#KOLICINA# + 100) / #MpCena# |