| View previous topic :: View next topic |
| Author |
Message |
ATB Translation Office Guest
|
Posted: Wed Oct 26, 2005 7:08 am Post subject: ReportBuilder and Strange Groupings |
|
|
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
|
|
| Back to top |
|
 |
Nard Moseley (Digital Met Guest
|
Posted: Wed Oct 26, 2005 4:31 pm Post subject: 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
http://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
http://www.digital-metaphors.com
|
|
| Back to top |
|
 |
|