I want to create aging of reports by calculating (Age of reports=Created date-Resolved Date)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2014 02:27 AM
Hi all,
I have a requirement where i have to create a report for calculating the age of the incidents which are there in ServiceNow pool.
I thought of doing it by calculating the age of the incident by following formula:
Age of incidents=Created date - Resolved Date.
Also i need to create a report of it in the format of: 7-Days, 8-15 Days, 16 -30 Days, >30 Days
So can you guys suggest how should i approach this problem?
Regards,
Sunil Arya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2014 05:59 AM
If I recall correctly, the duration field looks at the difference in time between the resolved date and the created on date. Sounds like something which might be useful.
From there you could go to Reports -> Report Ranges and define your time ranges for the Incident duration fields, then build a report that groups by Incident duration.