dantheinfoman
Programmer
Hi All,
I have an old report that I was handed to revise which has :
Page 1 with Employee and Employer total pay by PayType, Deductions, and Witholdings
Page 2 with Summary of Departments totals for PayType and Withholdings (which I'm supposed to add Deductions to dynamically)
Page 3 is the final page with report totals for all PayTypes, Deductions and Withholdings.
My predecessor did this by using an array for deductions 1 - 16 statically on the page and just hiding rows when empty. The problem is that customers want the number of deductions per department or report to be dynamic or at least have a whole bunch more than 16.
I got it to let me create a detail band and for it to display all records for that department from the relation set to the summary table 'depsums', but it shows up on the bottom of page 1 instead of where I need it on page 2. Is there a way to put detail bands in custom areas instead of in the dead center of the report??
Here are some pics of page 1,2, 3:
page 1 part 2:
Page 2:
page2 part 2
Page 3:
Page3 pt2
Thanks!!!
Dan
I have an old report that I was handed to revise which has :
Page 1 with Employee and Employer total pay by PayType, Deductions, and Witholdings
Page 2 with Summary of Departments totals for PayType and Withholdings (which I'm supposed to add Deductions to dynamically)
Page 3 is the final page with report totals for all PayTypes, Deductions and Withholdings.
My predecessor did this by using an array for deductions 1 - 16 statically on the page and just hiding rows when empty. The problem is that customers want the number of deductions per department or report to be dynamic or at least have a whole bunch more than 16.
I got it to let me create a detail band and for it to display all records for that department from the relation set to the summary table 'depsums', but it shows up on the bottom of page 1 instead of where I need it on page 2. Is there a way to put detail bands in custom areas instead of in the dead center of the report??
Here are some pics of page 1,2, 3:
page 1 part 2:
Page 2:
page2 part 2
Page 3:
Page3 pt2
Thanks!!!
Dan