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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to show this complex data structure

rade.todorovichJun 24 2015 — edited Jul 4 2015

Jdeveloper 12.1.3

OK I tried to search everywhere and could not clearly see if this can be done. Basically I need ADF pivot table where cells are detail VO in some form, could be table or list

Let's day I have pivotVO (columnId, columnName, rowId, rowName)

In ADF, if I want to display this VO as a pivot table it would look something like this:

pivot1.jpg

And let's say I have detailVO (columnId, rowId, attr1, attr2)

Let's say detailVO is a detail of pivotVO via view link over columnId and rowId

So therefore, instead of data values columnId,rowId in pivot table data cells, I want to show detailVO in say ADF List View.

Something like:

pivot2.jpg

Hope my question makes sense (I posted tags that I think are relevant)

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 1 2015
Added on Jun 24 2015
4 comments
674 views