I have a main report and a subreport. The main report contains the list of employees along with the sites they belong to and the subreport contains the # of applications submitted by each employee for the month. The main report is linked to the subreport via the employee index. Note not every employee submits an application for every month.
Now my main report contains the list of employees grouped by site with the number of apps submitted for the month.
Yun 5
Kely
Peters 7
Reilly 1
However I want to display a zero next to any employee that has not submitted an application.
Yun 5
Kely 0
Peters 7
Reilly 1
Any suggestions? Thanks.
Now my main report contains the list of employees grouped by site with the number of apps submitted for the month.
Yun 5
Kely
Peters 7
Reilly 1
However I want to display a zero next to any employee that has not submitted an application.
Yun 5
Kely 0
Peters 7
Reilly 1
Any suggestions? Thanks.