Hi everyone,
we operate Metabase 0.53.2 on the MySQL database of a ticketing system. Overall, I'm very satisfied with the visualizations and reports possible with this setup.
Currently, I'm looking to display "Ticket Performance" for a department, and I seem to be encountering a logical issue:
Each new ticket has a creation date, and each completed ticket has a closure date. This allows me to display the number of new and completed tickets over time relative to their respective dates. Another necessary piece of information would be to display the number of open tickets, but I lack a specific date to group them by.
The goal is to present this data on a weekly basis:
- Number of new tickets by creation date
- Number of completed tickets by closure date
- Number of open tickets by ?
I hope someone can help me with ideas on how to achieve this!
Many thanks and best regards