[ad_1]
Hello @rabbatka
Yes, that’s possible. You must use the PREC operation as the outermost operation in the equation.
PREC(X, Y) rounds the number X with Y decimals.
For example, if you have the equation fieldname1*fieldname4, and you want the result with two decimal places, you should edit the equation as follows:
PREC(fieldname1*fieldname4, 2)Best regards.
