There is a column as Amount
in my oracle apex tabular form. I need to calculate SUM
of all fields under this column while data is being entered and display on a Display only
field below the tabular form.
I think this can be done using JavaScript
and call that JavaScript
at onchange
of Amount
column.
But I don't know how to calculate SUM
of Amount
column in my oracle apex tabular form. How could I do this?
Add the following
JavaScript
code into the PageHTML Header
property:Tabular Form Element/Element Attributes property of the
Amount
column: