Resolved! Adding 2 Variable fields together that includes 2 decimal places to populate a third value
Hi,I have been on the forums to find how I add 2 variable fields to popluate a third. I have come across this script:- function onChange(control, oldValue, newValue, isLoading) { if (isLoading || newValue == '') { return; } var value...