I would like to script (Javascript) two numeric fields so that the total percentage of the two equals 100%For instance, if one field input is 45, on exit, the other field will be populated with 55.I can get it to work from one textfield using the formula: NumericField1.rawValue = 100 - NumericField2...