How do I change the date format in datatips in Analytics?
You changed the date format in most parts of your report, but datatips won't show the new format.
To change the date format in datatips:
- Create a standard calculated attribute
- Add it to your report. For example, if your report belongs to the tickets dataset and you use the Ticket created- Date attribute, then create a custom attribute with this formula:
DATE_FORMAT([Ticket created - Date],"DD-MM-YYYY"). - You can then modify the datatips in your report to include the modified attribute
For a full list of supported date formats and examples, see: Explore functions reference.