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