Hello,
for the first point please try to add the following code in Total -> Properties -> calculate -> javascript and do not add anything at Amount1&2 in this path:
var a = this.getField(“Amount1”);
var b = this.getField(“Amount2”);
event.value = a.value + b.value;
Unfortunately I am not sure about the other 2 points but you may have a look at the Javascript for Adobe documentation:
best regards,
Cay