Nested repeating groups in multi-page PDF Template?
Hi,
I am having trouble generating a PDF Layout with multiple pages with a two-level nested repeating group (i.e. two repeating groups). Note: RTF layout is not an acceptable solution in this case.
Datamodel:
select 'row 1' COL_ONE,'col 1' COL_TWO, 'COL 3 data' COL_THREE
from dual
union
select 'row 2' COL_ONE, 'col 1' COL_TWO, 'COL 3 data' COL_THREE
from dual
union
select 'row 3' COL_ONE, 'col 1' COL_TWO, 'COL 3 data' COL_THREE
from dual
union
select 'row 1' COL_ONE, 'col 1' COL_TWO, 'COL 4 data' COL_THREE
from dual
union
select 'row 2' COL_ONE, 'col 1' COL_TWO, 'COL 4 data' COL_THREE