Is there a way to do grouping on individual detail bands in a multi band
report?

I have an invoice that prints parts and labour from 2 different tables.
Works really well.

I want to sub group the labour by Site ID, but not the parts. I this
possible?

Cheers
David

Re: Reprot Grouping on multiple detail bands? by Dan

Dan
Wed Oct 05 11:01:18 CDT 2005

I suspect your best bet will be to "flatten" your data into a cursor used by
the report so that only one grouping is needed. With multiple detail bands,
only one of them can be "in control".

Dan

David Younger wrote:
> Is there a way to do grouping on individual detail bands in a multi
> band report?
>
> I have an invoice that prints parts and labour from 2 different
> tables. Works really well.
>
> I want to sub group the labour by Site ID, but not the parts. I this
> possible?
>
> Cheers
> David



Re: Reprot Grouping on multiple detail bands? by David

David
Sat Oct 08 07:18:42 CDT 2005

Thanks Dan but I just thankfully moved away from a flat file for the report
as I ave up to 4 detail bands on the report and it was an absolute mess.

The multiple detail bands are a joy to work with but Really need their own
grouping to be truly phenomenal. I find this a major disappointment.

Cheers
David


"Dan Freeman" <spam@microsoft.com> wrote in message
news:uy0#GYcyFHA.1856@TK2MSFTNGP12.phx.gbl...
> I suspect your best bet will be to "flatten" your data into a cursor used
by
> the report so that only one grouping is needed. With multiple detail
bands,
> only one of them can be "in control".
>
> Dan
>
> David Younger wrote:
> > Is there a way to do grouping on individual detail bands in a multi
> > band report?
> >
> > I have an invoice that prints parts and labour from 2 different
> > tables. Works really well.
> >
> > I want to sub group the labour by Site ID, but not the parts. I this
> > possible?
> >
> > Cheers
> > David
>
>