I have a report that is working correctly but it now needs changing to force it to display info where data may not exist in the database.
Current (simplified) setup of the report...
3 tables - Contract, Person, Area (Must remain in that order for the report to work correctly)
The report is grouped by Area, then by contract and then by person ref.
In the GF2 section, there are a series of counts providing the required details for the report.
Some contract groups will list 2 contracts, others up to 20 depending on how many contracts have people on them.
What I need the report to do now, is to show GF2 for every contract regardless of it having a person on that contract or not so that the contract group footer (GF2) always lists 20 rows (or whatever the maximum number of contracts is).
Any guesses? If you need any more info, just let me know!
(CRXI, SQL Express 2005)
Current (simplified) setup of the report...
3 tables - Contract, Person, Area (Must remain in that order for the report to work correctly)
The report is grouped by Area, then by contract and then by person ref.
In the GF2 section, there are a series of counts providing the required details for the report.
Some contract groups will list 2 contracts, others up to 20 depending on how many contracts have people on them.
What I need the report to do now, is to show GF2 for every contract regardless of it having a person on that contract or not so that the contract group footer (GF2) always lists 20 rows (or whatever the maximum number of contracts is).
Any guesses? If you need any more info, just let me know!
(CRXI, SQL Express 2005)