Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Repeat Group Header in multi-column report

Status
Not open for further replies.

isdec177

Programmer
Apr 24, 2007
3
US
thread149-794149

I have a multi-column report and I would like to be able to repeat the group header at the top of the next column if the group spans more than 1 column. For example:

GroupHeader1 GroupHeader2
record 1 record 6
record 2 record 7
GroupHeader2 GroupHeader3
record 3 ...
record 4
record 5

Instead, I get:

GroupHeader1 record 6
record 1 record 7
record 2 GroupHeader3
GroupHeader2 ...
record 3
record 4
record 5

In my report I suppress all except Group Header1 and Group Footer 3 (this shows as details would - calculates hours per ticket for that date). I have tried everything I can think of. I have group header to repeat on each page and Format Groups with multiple column is checked. Anything you can do to help is greatly appreciated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top