Board index » delphi » ReportBuilder and Strange Groupings

ReportBuilder and Strange Groupings


2005-10-26 03:08:35 PM
delphi149
Dear Friends,
I hope this is the correct group to post this.
I am trying to create some reports using report builder. However when I
create groups my groups are nested within each other like the following
Group Header(1): CustNo
Group Header(0): CustNo
Detail
Group Footer(0): CustNo
Group Footer(1): CustNo
But I want them to be in the following order :
Group Header(0): CustNo
Detail
Group Footer(0): CustNo
Group Header(1): CustNo
Detail
Group Footer(1): CustNo
But I cannot manage to create this order. What am I doing wrong? Regards
 
 

Re:ReportBuilder and Strange Groupings

Quote
I hope this is the correct group to post this.
Best place to post ReportBuilder related questions is the RB newsgroups
www.digital-metaphors.com/support/newsgroups.html
Quote
I am trying to create some reports using report builder. However when I
create groups my groups are nested within each other like the following

Group Header(1): CustNo
Group Header(0): CustNo
Detail
Group Footer(0): CustNo
Group Footer(1): CustNo

But I want them to be in the following order :

Group Header(0): CustNo
Detail
Group Footer(0): CustNo

Group Header(1): CustNo
Detail
Group Footer(1): CustNo

But I cannot manage to create this order. What am I doing wrong? Regards
1. Each report and childreport can have a single detail band.
2. The report/childreport will traverse the datapipeline to which it is
assigned and generate a detailband for record.
3. A group can be defined on a datafield. The group consists of a
groupheader and groupfooter. A group break will occur when the datafield
value changes.
--
Nard Moseley
Digital Metaphors Corporation
www.digital-metaphors.com