I'm trying to put together a very simple report on help desk incident data. The report should display the number of non-impacted days on a month by month basis, grouped by either support team or by application.
The problem I'm experiencing is that the report only shows data for teams or applications that have some incidents attached to them. I know that I effectively need an outer join to force the report to display data even for teams and applications with no incident data.
Unfortunately, we are using MS Access as the database. When I try to set an outer join in the Database Expert, I receive an error message telling me this type of join is not supported.
So, is there any way I can force an outer join within the report itself, and to include teams or applications that don't have associated incidents?
The problem I'm experiencing is that the report only shows data for teams or applications that have some incidents attached to them. I know that I effectively need an outer join to force the report to display data even for teams and applications with no incident data.
Unfortunately, we are using MS Access as the database. When I try to set an outer join in the Database Expert, I receive an error message telling me this type of join is not supported.
So, is there any way I can force an outer join within the report itself, and to include teams or applications that don't have associated incidents?