BradCustom
IS-IT--Management
I'm using Crystal Reports 2011 and what I would like to do is have the Main Report footer section grow based on the size of the Sub Report.
Here is the layout of the report:
When there is only one record in the Sub Report everything is displayed in one line. However, when there is more than one record in the Sub Report then the resultes run into the line in GF1d. I can stop this by increasing the size of GF1c. Unfortunately it leaves a large white space for all of the Employee's who only have one record. I was wondering if there is some way to have the Main Report adjust for those employees who have more than one record from the Sub Report.
Thanks for your help!
Here is the layout of the report:
Code:
GF1a has a Sub Report for employee's job punches (could be from 1 to 4 jobs)
GF1b has a passed variable {@PassJobNumber} this comes from the Sub Report
GF1c has The employee's First and Last Name
GF1d has a line to seperate the records
Sections 1a and 1b have the underlay checked
When there is only one record in the Sub Report everything is displayed in one line. However, when there is more than one record in the Sub Report then the resultes run into the line in GF1d. I can stop this by increasing the size of GF1c. Unfortunately it leaves a large white space for all of the Employee's who only have one record. I was wondering if there is some way to have the Main Report adjust for those employees who have more than one record from the Sub Report.
Thanks for your help!