# Days since an incident was opened
Content
Hello everyone,
I want to show the number of days an incident has been open by calculating the datediff between incident.created and sysdate on a report.
Can anyone offer any advice or help here?
Thanks
Toby
Code Snippet
(date_diff(incidents.created, sysdate))
Tagged:
0