Hi, I want to print a report with the total of orders of a worker but I dont want to print each detail line.
ID worker order amount
1 100
1 50
1 75
2 15
2 30
2 60
3 74
3 20
3 45
I need to print only the total for each worker and at the end the grand total
Thanks in advance
Bookmarks