Hello
In Read Data (Fields to retrieve):
Data10.aid
Data10.nomer
Calculation:
$("#nomer,#nomer1").on("change", function(){
$("#total").val(parseFloat($("#nomer").val()) - parseFloat($("#nomer1").val()));
});
Result: Displays the value of the field nomer, and calculation is performed by the aid
Please what need to specify that the calculation was by the field nomer?
Thank
Maxvl
In Read Data (Fields to retrieve):
Data10.aid
Data10.nomer
Calculation:
$("#nomer,#nomer1").on("change", function(){
$("#total").val(parseFloat($("#nomer").val()) - parseFloat($("#nomer1").val()));
});
Result: Displays the value of the field nomer, and calculation is performed by the aid
Please what need to specify that the calculation was by the field nomer?
Thank
Maxvl