I have a table(No.1) with several groups. I have inserted another table(No.2)
in one of the groups footer. Both tables have the same DataSet as source and
groups with same Column.
Everything works fine except that the Header and Footer, for table2, will
not be rendered. I have hardcoded values in them and tried with different
grouping on tabel2's detail level, but nothing works.
Any ideas?
Maran - 31 Jan 2006 15:00 GMT
I want to add that my purpose of the above arrangement is to show detail rows
from a filtered part of the dataset within the group of the first data. As I
said it works, but with no Header and Footer.
---
Group1-1
Group2-1
Details "1"
Filtered details "1"
---
Group1-2
Group2-2
Details "2"
Filtered details "2"
---