Creating a calculated attribute to filter workdays and weekends can help in organizing your reports.
In Zendesk, you can set up a calculated attribute that labels days as either 'WEEKEND' or 'WORKDAY' based on the Ticket solved - Day of week. This attribute can then be used as a filter in your reports to focus on business days.
To calculate the average of tickets solved during business days, you can use several methods in Zendesk. One approach is to use the COUNT(Solved tickets) under Metrics and Tickets > Ticket solved - Day of week under Rows in your report. Set the…
The simplest method to calculate the average tickets solved on weekdays is by using the COUNT(Solved tickets) metric. In your report, include the Tickets > Ticket solved - Day of week under Rows and set the Visualization type as Table. This setup…
Creating a custom metric for tickets solved on weekdays involves using specific conditions in Zendesk. You can create a custom metric with the condition that checks if the Ticket solved - Day of week is Monday through Friday. This metric can then…
Yes, you can use a reverse approach to calculate the average tickets solved on business days. This involves creating a custom metric that excludes weekends by checking if the Ticket solved - Day of week is not Saturday or Sunday. This method allows…
Using group set attributes for ticket solving reports allows for better organization and analysis. In Zendesk, you can group values for Ticket solved - Day of week, which helps in categorizing and calculating averages without combining with…