Hi, I hope this fits the request, not sure if I'm adding too short info. These are the values for the example, anonymised enough but with useful values. row # ticket_number task_number parent_task sub_task Product Provider to_team 1 tic3624 tic3624.1.2 tic3624.1 tic3624.1.2 A a bcn 2 tic3624 tic3624.1.1 tic3624.1 tic3624.1.1 B b 3 tic3624 tic3624.1 tic3624.1 Other 4 tic3625 tic3625.1 tic3625.1 A a 5 tic3626 tic3626.1 tic3626.1 Other 6 tic3626 tic3626.1 tic3626.1 tic3626.1.1 A bcn 7 tic3627 tic3627.1 tic3627.1 Other I have a long eval checking both Provider and to_team fields, always giving priority to the provider, but checking the team in case there's a subtask delegated. Then, in the example above, if only the Other (rows 3 & 5) should not be counted but because there are subtask. At the end, the Other is there in case there are tickets that can not be identified (i.e. last row) Thanks
... View more