How to get the report based on Assigned Date

shaik_irfan
Tera Guru

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

1 ACCEPTED SOLUTION

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.

View solution in original post

7 REPLIES 7

SanjivMeher
Kilo Patron
Kilo Patron

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.

Thanks for the reply Sanjiv, Can you please help me out with the screenshot ???


Sanjiv,



I got that but I unable to keep the condition like we need only for Assignement Group Software & assigned to should be empty


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



find_real_file.png



Please mark this response as correct or helpful if it assisted you with your question.