Hi!
(Crystal v10)
I am working on a productivity report and am having trouble in one area and could use some help! My report groupings are:
GH1: {Productivity.Resource_Type}
GH2: {Productivity.Name_Full}
I have summarized for each employee in GH2 the total days worked during the report period by using (Distinct Count of {Productivity.Date_Provided}). I need to use a distinct count since they each provide multiple services on a single day and therefore have multiple records for each day.
Resource Type: PT Distinct count of days
Employee 1 15
Employee 2 11
Employee 3 20
I now need to be able to summarize for GH1-Resource Type, the sum of the distinct count of days worked for each employee. I am not looking for the distinct count of days for GH1 as a whole, but rather the sum of all distinct counts of the employees within the grouping (i.e. 46). It appears Crystal won’t let me sum on an aggregate.
Is there a way to accomplish this?
Thanks.
(Crystal v10)
I am working on a productivity report and am having trouble in one area and could use some help! My report groupings are:
GH1: {Productivity.Resource_Type}
GH2: {Productivity.Name_Full}
I have summarized for each employee in GH2 the total days worked during the report period by using (Distinct Count of {Productivity.Date_Provided}). I need to use a distinct count since they each provide multiple services on a single day and therefore have multiple records for each day.
Resource Type: PT Distinct count of days
Employee 1 15
Employee 2 11
Employee 3 20
I now need to be able to summarize for GH1-Resource Type, the sum of the distinct count of days worked for each employee. I am not looking for the distinct count of days for GH1 as a whole, but rather the sum of all distinct counts of the employees within the grouping (i.e. 46). It appears Crystal won’t let me sum on an aggregate.
Is there a way to accomplish this?
Thanks.