[ad_1]
Hello @bommelmann
Thank you very much for using our plugin.
Please 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*fieldname2, and you want the result with three decimals or no decimals if the result is an integer number, you can edit the equation as follows:
PREC(fieldname1*fieldname2, 3, true)Best regards.
