Skip to Main Content

APEX

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!

ORACLE APEX : How to split a table into two tables

GhaliJul 8 2016 — edited Jul 11 2016

So i have created a classic report with filters and a shuttle , the shuttle contains a list of person and when i select a name or several names it displays  : name | Last name | ID | | A | B | C | D for ecah person with the help of "Repat headings on break"
What i am trying to do is to display two tables for each person instead of one  for example :

Name | Last Name | ID | A | B | C | D

mia    | geo            |12 | a   | b | c  | d

instead i am trying to have something like this

Name | Last Name | ID                    Name | Last Name | E | F | G  

mia    | geo            |12                     mia    | geo           | e  | f  | g

Thanks in advance

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 8 2016
Added on Jul 8 2016
6 comments
507 views