How to create a running balance
Hi everyone,
I am trying to create a running balance (totalaed1 amount to be added to current balanceaed1) using to the following code
event.value = 0; if (this.getField("Totalaed1").value >= 1) event.value = this.getField("Totalaed1").value - this.getField("balanceaed1").value;
For some reason the result doesnt match.
Thanks for your help