I am trying to calculate the percent difference between two numbers whether it is greater than the original number or less than the original number. My Original Number is "A1" and by new number is "A2". The formula I am using is : event.value = Math.abs(Number(this.getField("A1").valueAsStrin...