I've looked throughout multiple guides, but none seem to give good guidelines as to when to put items into Group Header vs Details vs Group Footer.
Generally, my understanding is to put totals of any kind into the appropriate level group footer, as the header runs first -> details -> footer.
I'm really confused, as I had to set up a more complex report recently. I've got three tables - a "job master", "billings master (connected by job number)", and "costings master (connected by job number)". I set up a group for the "job master" job numbers, and tried to pull billings and costings from each of the other tables. However, no matter where I put the information (group header, details, or group footer) some of it comes out wrong.
We needed the report asap, so I ended up making one subreport for the billings, and another subreport for the costings, and used universal variables to pull things out of the subreport. This is not efficient and has a very long runtime, but the data is right. I put the subreports in the footer.
I'm sure there's probably a smarter way to do this, but it seems I don't really understand how to use header/footer/details sections when you have fields from multiple databases to pull from. Anyone have any pointers? Thanks!