Hi, I am drilling down based on three groups
1st group: Organization Type
2nd group: Membership Type
3rd group: Customer Num
I am selecting organization type and then it goes to Membership type group which displays data and then I select Membership type group and it shows all the customer nums along with other data. Problem is that I would like to show headers along with the footer where data is at. The headers repeat as many times as group customer number changes. for example:
customer# account#
423222 3534343
customer# account#
4233432 3343
customer# account#
423533 353343
customer# account#
956565 867666
This is being a problem since when you drill down: there is no page header, report header just it shows Group header and group footer.
I would like to see
customer# account#
956565 867666
423533 353343
4233432 3343
So How can I just display group header to show up only once on group header etc?
1st group: Organization Type
2nd group: Membership Type
3rd group: Customer Num
I am selecting organization type and then it goes to Membership type group which displays data and then I select Membership type group and it shows all the customer nums along with other data. Problem is that I would like to show headers along with the footer where data is at. The headers repeat as many times as group customer number changes. for example:
customer# account#
423222 3534343
customer# account#
4233432 3343
customer# account#
423533 353343
customer# account#
956565 867666
This is being a problem since when you drill down: there is no page header, report header just it shows Group header and group footer.
I would like to see
customer# account#
956565 867666
423533 353343
4233432 3343
So How can I just display group header to show up only once on group header etc?