Group not grouping
I am using Delphi 7 and Report Builder 9.03
I have gone to Report | Groups | and selected the field I want to group on.
However, the report is not grouping.
Scenario: Field1 is my group by field.
6 records
Record 1: Field1 = 3
Record 2: Field1 = 4
Record 3: Field1 = 5
Record 4: Field1 = 3
Record 5: Field1 = 3
Record 6: Field1 = 4
Even though I have set the Group field to Field1, the report shows as
following:
3
4
5
3
3
4
What am I missing???
I have gone to Report | Groups | and selected the field I want to group on.
However, the report is not grouping.
Scenario: Field1 is my group by field.
6 records
Record 1: Field1 = 3
Record 2: Field1 = 4
Record 3: Field1 = 5
Record 4: Field1 = 3
Record 5: Field1 = 3
Record 6: Field1 = 4
Even though I have set the Group field to Field1, the report shows as
following:
3
4
5
3
3
4
What am I missing???
This discussion has been closed.
Comments
ReportBuilder simply steps through the data as it is given while the report
is generating. You need to be sure you are ordering your dataset on the
grouping field for the groups to display correctly in RB.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com