Answered
Using the Absolute Function
Hi All Ive got the following script working to give me the difference between two fields, but would like the answer to always appear as a positive number i.e. the absolute number even if the result is negative.
event.value =this.getField("BOW").value - this.getField("Ahead_Mark").value;
Im just not sure how to put the Maths.abs function or if this is even the right function to use.
Thanks in advance.