RE: Re: Master detail problem
"Pablo Santa Ana" <[email protected]> Wed, 4 Sep 2002 10:04:21 -0300
| Newsgroups | gmane.comp.lang.delphi.quick-reports |
|---|---|
| Message-ID | <[email protected]> |
Hello: If you have only 1 dataset, I think you should use the group band. Sort your dataset by your primary key. Put a QRGroupBand and set it's Expresion property to the primary key. In this band put your "master" fields and in the DetailBand put your "detail" fiels of the record. Pablo. > -----Mensaje original----- > De: ananth33 [mailto:[email protected]] > Enviado el: Wednesday, September 04, 2002 8:20 AM > Para: [email protected] > Asunto: [quick-reports] Re: Master detail problem > > > Hi, > Thx for your response.Here i don`t have two different data sets > like master and detail.Entire data is in one dataset.Thats where my > concern is. > How do i segrigate the records at report level. > > TIA, > Regards. > > --- In quick-reports@y..., Howard Norcross <howard.norcross@c...> > wrote: > > Hi, > > > > <Can it be possible to group the detail records based on the master > id.If > > So, how can it be achieved with quick report?> > > > > Look at the demos provided by QR on their website www.qusoft.com, > there's a > > master/detail example in there. > > > > HTH, > > > > Howard. > >