Hi,
Im working on a project using gantt and i need to group by owner and I need a column that will show me the Project linked to the Task, so if I have that:
TASK NAME | OWNER
-Project 1 |
-Task 1 | David
-Project 2 |
-Task 2 | Ana
When I click to GroupBy Owner I need to show that:
TASK NAME | PROJECT
-David |
-Task 1 | Project 1
-Ana |
-Task 2 | Project 2
I need a column that automatic will link the Task Projects name in the proper cell, wanna know if this is possible.
Thanks.