Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @emolotel

    You simply should use the PREC operation as the outermost operation in the equation.

    PREC(X,Y) round the number X to Y decimal places.

    For example, assuming your current equation is: fieldname1*fieldname2

    Edit it as follows: PREC(fieldname1*fieldname2, 2)

    and that’s all.
    Best regards.

    Thread Starter Francis

    (@emolotel)

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘rounded calculated field’ is closed to new replies.