Hello Experts,
In the Web User Interface Developer's Guide for Oracle Application Development Framework:
https://docs.oracle.com/cd/E28280_01/web.1111/b31973/af_table.htm#ADFUI218
you can find this image:

When i searched for Table total there is only this approach around: https://www.youtube.com/watch?v=z0FM2jj4rbo
In that approach we create a transient field in the master table to sum the detail table.
But what if the table is not Master-Detail?
And if you noticed in the image above there are those subtotals ... are those done the same way? ... i would think that the Total is but those subtotal looks different.
Unfortunately there is no explaining about how to achieve the end result in that image in the document on top.