[ad_1]
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)*100Best regards.
