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-03-2014 03:48 AM
saw the reports ? Sumeet just told you how to access those ....

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2014 03:51 AM
Hi Kalaiarasan,
I tried those reports and i edited the range responses according to my requirements.
I have one question editing report ranges in the reporting module is a good practice?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2014 04:04 AM
if you are trying on demo , no issues.. but on your instance might be ... depends on the size of the results being returned .. But shouldn't cause any problems I guess ...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2014 04:07 AM
Hi Kalaiarasan,
The reports u mentioned are not helping to calculate the age i want to calculate the ticket was present in the pool...
From the created date untill it was resolved by your reports i am only getting a counts of open tickets

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2014 07:19 AM
Hi all,
With the help of duration field can we calculate the age of tickets...??
I wrote a script to calculate duration and then using it on the reports