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

Report Groups

edited April 2006 in General
I am using Delphi 7, Advantage 7, Report Builder 9.03

I am using the below query :
select * from tblProposals_Items
order by MasterLineID, IsMasterLine DESC, LineID

Even though I set my group field to MasterLineID, it appears that Report
Builder is ignoring the order by clause of the query, thus the records are
not grouped.

Am I missing something??

Comments

  • edited April 2006
    Hi Dan,

    This question was answered in your previous post. Below was my response...

    ---

    This is not a known issue. Take a look at some of the demos located in the
    \RBuilder\Demos\1. Reports\... directory that contain groups and see how
    they are set up. All demos with a pink square contain groups. Demos 14 -
    19 show simple grouping reports.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

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