I have a search returning results in a table with columns for: date, username, eventcount
I'd like to display subtotals in the table something like this.
- Monday, Fred, 7
- Monday, Joe, 15
- Totals for Monday 22
- Tuesday, Fred 10
- Totals for Tuesday 10
- etc
Is it possible?