To create a report with a Sunday to Saturday week in Zendesk Explore, you need to set up a Standard calculated attribute. This attribute will ensure your data is reported by week, starting on Sunday.
To do this, go to Explore, click the reports icon, and then select 'New report'. Choose the 'Support - Tickets' dataset and start your report. From the Calculations menu, select 'Standard calculated attribute' and enter the formula:DATE_FORMAT(START_OF_WEEK_SUNDAY([Ticket created - Date]),"YYYY-MM-DD")
. Name your attribute, for example, 'Ticket created - Sunday-Saturday', and save it. This attribute will now display the start date of the week, which is the Sunday of that week. For more details, check theoriginal link.
Yes, you can filter Zendesk Explore data for the previous week starting on Sunday using the default 'Ticket Created - Date' filter. Navigate to the 'Advanced' section and select '7 Days in the Past' to '2 Days in the Past'. If you run this on a…
To report on tickets created from Monday to Monday in Zendesk Explore, you can modify the calculated attribute. Use the formulaLEFTPART(STARTOFWEEK_MONDAY([Ticket created - Date]),10)
to adapt the attribute for a Monday start. Additionally, you…
Yes, you can customize a report to use a Wednesday to Tuesday week in Zendesk Explore. While the default setting might be different, you can adjust the calculated attributes to fit your desired week structure. For detailed instructions, refer to…
To create a Sunday to Saturday week report in Zendesk Explore, you need to have Editor or Admin permissions. These permissions allow you to access the necessary features in Explore to create and modify reports. Additionally, you need to be on the…