Over due and delayed tasks to be shown on Report based on Task table

Anubhav Prakash
Kilo Contributor

Hi All,

I want to create a report where I need to show those tasks assigned to Billing group and group them by assigned to (this part is done) but I need to also show that what all tasks are delayed and overdue and by how many days.

 

Thanks in advance.

5 REPLIES 5

Slawek_Radziewi
Kilo Sage

In order to see such data you should use task_sla table. 

Anubhav Prakash
Kilo Contributor

But I need to show also assigned to and the group but task_sla table will not have these columns.

Sorry I am new to reporting. 

Any help would be highly appreciated.

Thanks in advance.

Can't you just dot walk from task_sla to task to get the assignment group?

Thanks a lot for your advice I will try this and update here.