HELP!! I am trying to do a calculation for 4 fields. Two related on line one, two on line two.
They are exclusive of each other. What I want is, if a value is entered in field A, make field B = 0 [or blank]. The problem is, if a value if placed in field C, then field B, which is not related go blank. Why? there is no other formula for that value.
This is how I have the formula set up in each field.
this.getField("TRADollar").value = "";
this.getField("TRAPct").value = "";
this.getField("Rothdlr").value = "";
this.getField("RothPT").value = "";
The calculation order is correct and listed as follows.
