Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Crystal Reports : Keeping different sections together

Is it possible to keep different Crystal Reports Sections together ? I have the following setup :

Group
Details

What I want is for the Group to always appear with its details on the same page.

like image 931
Attilah Avatar asked Oct 04 '12 16:10

Attilah


2 Answers

Do the following:

  • Right-click the Group Header section, and select "Change Group"
  • At the bottom, select "Keep Group Together" and "Repeat Group Header On Each Page"

Your Group Header should now repeat on each page, and they should all be grouped together on the same page (so you shouldn't have a group header at the bottom of the page, and then the details start on the next page).

like image 137
LittleBobbyTables - Au Revoir Avatar answered Oct 01 '22 22:10

LittleBobbyTables - Au Revoir


Thanks for your answer @LittleBobbyTables

However for Crystal Reports 10 and above, I found a little bit different option

  • Right-click the Group Header section, and select "Group Expert"
  • Click Options..
  • Select Options tab
  • Check "Keep Group Together" check box
  • Check "Repeat Group Header On Each Page" check box (If you want to repeat Group Header on every page)
like image 32
Sheikh M. Haris Avatar answered Oct 01 '22 23:10

Sheikh M. Haris