Hi
I am stuck at a small report (unable to find the right reasons). Need the following in a Tabular Format.
This is required on every end of the day or can have a Time filter.
| Date | Agent Name | New Unassigned Tickets | Open Tickets | Pending Tickets | On Hold Tickets | Solved Tickets | Total End Of Day |
| 01-10-2022 | 101 | 101 | |||||
| 01-10-2022 | Agent 1 | 32 | 4 | 1 | 43 | 80 | |
| 01-10-2022 | Agent 2 | 23 | 4 | 2 | 23 | 52 |


It seems like you want to create a report showing the number of ticket updated by agents during the day, it will show you the number of tickets worked by agent.
You can accomplish that by creating a report via the Ticket update history dataset and using the attribute “status update” and filtering it by updater role :
I hope this helps,
Best