I am using Crystal Reports 8.5 and Oracle 9i tables.
I have a table called ANALYST that contains the information about employees doing lab work. I have a table called LABREPT that list information about lab assignments including when they were completed and by whom. I have produced many reports listing who did what when. However the boss wants to include those who produced zero during a given time period.
How can I force the report to list all appropriate section analysts from the ANALYST table with a total of what they have done for a given time period ({LABREPT.Analyst Assigned}.{LABREPT.Date Completed}) and also include in the listing those analyst who did not complete any assignments with a zero in the total column?
The only thing I can think of is to create a subreport that counts the completed assignments and link it to the main report with the date range and the analyst and put the output of the subreport in the total assignment completed column. But even if that might work, perhaps there is a more efficient method.......
I have a table called ANALYST that contains the information about employees doing lab work. I have a table called LABREPT that list information about lab assignments including when they were completed and by whom. I have produced many reports listing who did what when. However the boss wants to include those who produced zero during a given time period.
How can I force the report to list all appropriate section analysts from the ANALYST table with a total of what they have done for a given time period ({LABREPT.Analyst Assigned}.{LABREPT.Date Completed}) and also include in the listing those analyst who did not complete any assignments with a zero in the total column?
The only thing I can think of is to create a subreport that counts the completed assignments and link it to the main report with the date range and the analyst and put the output of the subreport in the total assignment completed column. But even if that might work, perhaps there is a more efficient method.......