Home End User
New Blog Posts: Merging Reports - Part 1 and Part 2

How to Group

edited August 2004 in End User
Hi I'm groupind by code in a group header but I've for example the following

Code Value
1 House
2 Cat
1 Dog
1 Cow

The reportmust show the report like this
:

code1

House
Dog
Cow

Code 2
Cat

But the report is being presented like that
code1
House
Code s
cat
Code1
Dog
Cow

Can Someone tell me what to do?

Thanks a lot

Comments

  • edited August 2004
    Hi Ronadl,

    In order for the grouping feature to work correctly you will need to sort
    your dataset on the grouping field. ReportBuilder simply traverses your
    dataset beginning to end looking for a break in the group value. For
    instance if your dataset looks like the following, every thing should work.

    Code Value
    1 House
    1 Dog
    1 Cow
    2 Cat

    Please see the ReportBuilder Developer's guide and the ReportBuilder help
    file for more information on all the standard features of ReportBuilder.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.