[ad_1]
Hello @jayceezay
Please use the PREC operation.
PREC(X, Y) rounds the number X with Y decimals. The PREC operation supports a third parameter with the value true or false (false is the default value). If the third para parameter is true and X is an integer number, the PREC operation returns the integer number without decimals. For example, if you have the operation fieldname1+fieldname2, and you want the result with four decimal places, you can edit it as follows:
PREC(fieldname1+fieldname2, 4, true)
Best regards.