Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to add a table column total footer other than the transient VO attr approach?

GadoJul 19 2016 — edited Feb 21 2017

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:

TableFooter.jpg

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.

This post has been answered by Ram Inturi on Jul 19 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 31 2016
Added on Jul 19 2016
2 comments
1,343 views