I am relatively new to Crystal Report (using 8.5).
I want to calculate the average number of calls received for each day of the week (i.e. Sun, Mon, Tue, etc) within a month. Selecting the records within the month is easy enough using LastFullMonth and DayofWeek({Calldate}) for the day of week.
Group 1 by day of week and group 2 by date with subtotals at each group
That's as far as I can go. Not sure what I have to do to get the averages for each day of the week.
By the way, the help mentioned the SummaryFunction but I could not find it in the Formula Editor.
I want to calculate the average number of calls received for each day of the week (i.e. Sun, Mon, Tue, etc) within a month. Selecting the records within the month is easy enough using LastFullMonth and DayofWeek({Calldate}) for the day of week.
Group 1 by day of week and group 2 by date with subtotals at each group
That's as far as I can go. Not sure what I have to do to get the averages for each day of the week.
By the way, the help mentioned the SummaryFunction but I could not find it in the Formula Editor.