I have the following structure:
Code: Select all
id root type name projectIsActive taskResource taskDetailCost
1 null project A TRUE null null
2 1 task A1 null Peter null
3 2 taskDetail A1-1 null null 25
4 2 taskDetail A1-2 null null 21
5 null project B TRUE null null
6 5 task B1 null Bob null
7 6 taskDetail B1-1 null null 2
Code: Select all
A
.A1
..A1-1 | A1-2 | A1-3
----- maybe new page ----------
A
.A1
..A1-4 | A1-5 | A1-6
B
----- maybe new page (B should be on the next page with "keep togehter with next row" option) ----------
.B1
..B1-1
The one for taskDetail contains a column header and a multi column data band...
But I didn't get that one to work... The data band would always display all records again, or cause the parent to repeat itself.... not sure so how would I set this up please? It seemd like the parent child relationship wasn't working.
Thanks a lot,
Patrick