We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

overdue task

gtk
Mega Sage

can some one guide me to fetch report on incident table,

OVERDUE INCIDENTS.

5 REPLIES 5

Ulrich Jugl
ServiceNow Employee

Hi gtk,



will this not just be the opposite operator "on or before"?


- Active is true will give you all the incidents which are not closed (because Active is set to false at state Closed in a baseline installation)


- Due date relative on or before 1 minute ago will give you all the incidents, where the due date is before today



Cheers,


Ulrich