Question
IF THEN
Hello I have the follwing formula that I need to add a "IF Then" statement.
event.value = Math.abs(Number(this.getField("A1").valueAsString) / Number(this.getField("A2").valueAsString));
I use it for calulating percentage accuracy. It works find when A2 data is above A1 data. When it is below my percentage is > 100%

