Need to make a report showing count of total assigned tasks AND count of tasks past the due date

alexjyong
Giga Contributor

Hello,

In our pre-SN setup, we have a tool that shows a table like so:

EngineerTotal Number of TasksTasks Overdue for status updateCombined overdue time*

)*for example, if you have one task overdue by a couple of days, and another overdue by a week, you would have a combined time of 9 days)

So at the moment, I haven't tried to figure out the combined overdue time part yet, but I'm trying to make a basic report that shows the first three columns.

I'm using a Multilevel pivot for this, but right now, it doesn't seem to allow me to show differing counts. I can only show the number of tasks overdue, but not another column that shows the number of tasks total (both due and overdue).

Is it possible to do this in a report? A Pivot table seemed like the right way to go, or is there another ServiceNow widget, or application (or heck, even code up an application) that I need to use for my use case?

1 ACCEPTED SOLUTION

sachin_namjoshi
Kilo Patron
Kilo Patron

Hi Alex,



You will have develop UI page for this kind of layout and your calculations.


Please refer below to get you started on   UI pages..



UI pages



Regards,


Sachin


View solution in original post

2 REPLIES 2

sachin_namjoshi
Kilo Patron
Kilo Patron

Hi Alex,



You will have develop UI page for this kind of layout and your calculations.


Please refer below to get you started on   UI pages..



UI pages



Regards,


Sachin


I'll give that a look and come back with what I designed. Thanks!