- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-15-2018 11:35 PM
Hello,
I need to pull a report based the assigned date to any Assignment Group, we need a report where tickets are not updated since last 5 days these 5 days should be based on assigned date.
Can anyone please help me out
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2018 08:22 AM
Most Recent will have end field blank. Filter out by end is empty
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2018 12:13 AM
You may create a report on metric instance table. There is a metric defined on assignment. If you create a database view from it and then get the date assigned and last updated, you should get your desired report.
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2018 01:48 AM
Thanks for the reply Sanjiv, Can you please help me out with the screenshot ???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2018 03:54 AM
Sanjiv,
I got that but I unable to keep the condition like we need only for Assignement Group Software & assigned to should be empty

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2018 11:00 AM
Navigate to incident_metric.do and you can add your required filter. Filter by Definition = Assignment Group.
Then you can apply filter such as assigned to is empty and Assignment Group is Software
Please mark this response as correct or helpful if it assisted you with your question.