Report for all tickets opened in last 12 months that were opened for longer than 2 weeks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2025 11:54 AM
Is there any way to run a report on the TASK or incident table for all tickets that have been opened in the last 12 months that were opened for longer than 2 weeks? Currently I have a filter for duration greater than 14 days, but I do believe duration is only populated once a ticket is closed. I would also like to include tickets that are still active, if possible. Can this be done?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2025 12:30 PM
Hi @Brent Cox ,
Yes, duration field is calculated after incident is closed. You can re-write the same business logic update the duration field on regular basis ( if required )
Check this : similar question
Solved: Catalog Task duration Business Rule - ServiceNow Community
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2025 12:55 PM
Hello @Brent Cox
In OOB we don't have such feature to do relative date with respect to a field, we could do relative date only with respect to a relative date. so you would need something custom.
For now, I just wrote a script reading your requirement - you can also write this in your fix script or Background script and run it whenever you need a report - if you don't want anything custom.
Kindly mark my answer as helpful and accept solution if it helped you in anyway. This will help me be recognized for the efforts and also move this questions from unsolved to solved bucket.
Regards,
Shivalika
My LinkedIn - https://www.linkedin.com/in/shivalika-gupta-540346194
My youtube - https://youtube.com/playlist?list=PLsHuNzTdkE5Cn4PyS7HdV0Vg8JsfdgQlA&si=0WynLcOwNeEISQCY

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2025 01:24 PM
Are you licensed for Performance Analytics? This is an exact use case for the product
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2025 01:27 PM
Right ! PA is go to for these statistical intricacies. But @Brent Cox mentioned he only wants to use the standard filter page , hence gave him a workaround