Need your help but wizards. I have a report for which an employees hours worked appear next to the associated date. This report also shows services rendered. So here's the rub. For a day like November 1st rob worked 8 hours. However, there may be multiple rows for November first because there were 3 separate services rendered. So... Instead of showing just 8 hours worked in the sum it shows 24. I need to calculate the sum of hours worked for that day without the duplicate / redundant rows adding
11/1/2017 service a 8
11/1/2017 service b 8
11/1/2017 service c 8
date service count hours worked
11/1/2017 3 8
11/1/2017 service a 8
11/1/2017 service b 8
11/1/2017 service c 8
date service count hours worked
11/1/2017 3 8