Grouping with 2 MasterData bands
I have 2 Masterdata bands on one page. Each of these bands have their own query, GroupHeaders and GroupFooters. The data in the Masterdata1 is grouped so that it prints each group of data on a new page. How can I get the data of Masterdata2 to print after each group has finished so that it looks like this:
--First Page---
Grp A Header1
MD1 GrpA data
Grp A Footer1
Grp A Header2
MD2 GrpA data
Grp A Footer2
---New Page ----
GrpB Header1
MD1 GrpB data
GrpB Footer1
GrpB Header2
MD2 GrpB data
GrpB Footer2
---New Page ----
...
etc....
I've gone through the grouping topics in the user manual but I can't seem to get it to work.
--First Page---
Grp A Header1
MD1 GrpA data
Grp A Footer1
Grp A Header2
MD2 GrpA data
Grp A Footer2
---New Page ----
GrpB Header1
MD1 GrpB data
GrpB Footer1
GrpB Header2
MD2 GrpB data
GrpB Footer2
---New Page ----
...
etc....
I've gone through the grouping topics in the user manual but I can't seem to get it to work.
Comments