Question

My report displays the week of the year, but I want to see the date that the week starts instead. How can I do that?

Answer

To change the way attributes appear, create a custom attribute:

  1. In report builder, click the Calculations icon () on the right sidebar
  2. Click Standard calculated attribute, which opens the formula editor
  3. Paste the custom attribute below into the formula editor

    DATE_FORMAT(START_OF_WEEK_MONDAY([Ticket created - Date]),"YYYY-MM-dd")
  4. Click Save
  5. Add the custom attribute to the report. Replace START_OF_WEEK_MONDAY with START_OF_WEEK_SUNDAYor START_OF_WEEK_SATURDAY whichever you want your week to start in.Sample report with the dates of start week

The calculations for the aggregator MED and AVG are skewed because they are calculated from the values for each day individually. This means seven data points each for a day in the week, rather than from the values across all tickets throughout the week.

Warning: If your Explore account is not in English, you may experience a syntax error when you copy and paste the sample formula. For a workaround, see How can I convert formulas from English into another language?
Powered by Zendesk