Hi
I'm trying to produce a report that has multiple grouping but does not just show the group as the single field being grouped. I think it may be best shown with an example:
> Date <- Grouped, broken by page
> Meeting type <- grouped
> Meeting_Time Meeting_Place Meeting_Title Meeting_Priority
> Agenda_item_1
> Agenda_item_2
> Agenda_item_3
> Agenda_item_4
> Meeting_Time Meeting_Place Meeting_Title Meeting_Priority
> Agenda_item_1
> Agenda_item_2
> Meeting_Time Meeting_Place Meeting_Title Meeting_Priority
> Agenda_item_1
> Agenda_item_2
> Agenda_item_3
Can this be done, and if so, how are the report components grouped, and what should the DataSet look like?