• Resolved rabbatka

    (@rabbatka)


    How can I set the result to be displayed as a maximum of 2 decimal places?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    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.

Viewing 1 replies (of 1 total)
  • The topic ‘Decimal notes’ is closed to new replies.