• Resolved tristanpcrs

    (@tristanpcrs)


    Simple calculator but i’m having issues moving decimal points for it to be uniform.

    Formula is correct but how it displays the final outcome.

    example:

    Appreciate Rate 5.5%

    Mortgage Interest Rate 7.5%

    it should reflect: -2%

    current result: -0.02%

    anyone know the Set Equation to fix?

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

    (@codepeople)

    Hello @tristanpcrs

    Thank you very much for using our plugin. If the “Appreciate Rate” and “Mortgage Interest Rate” are number fields configured as percentages (by selecting the “Percentage” option in their “Number format” attribute), the plugin transforms their values into decimals before evaluating the equations.

    So, if these fields are the fieldname1 and fiedname2 respectively, and you need the equation output in percentage format, you must multiply the result by 100:

    (fieldname1-fieldname2)*100

    Best regards.

Viewing 1 replies (of 1 total)

The topic ‘Simple Help Needed’ is closed to new replies.