I am trying to create reports which will show tasks in various status - Not Started, In Progress, On Hold, Complete.
But when I run the report, it is fetching the actual tasks only, but I need to capture the parent task also.
I find no issue with In Progress tasks, because when I filter for the In Progress tasks in the report, it will include the Parent task also which will also be in In Progress status.
I have managed to capture the parent task name by adding a Parent column in the project sheet and then grouping by the Parent name in the report. This seems ok, but for parent task, it is not capturing start/end date and other details. Also, Gantt chart is not showing up for the parent task.
Could any please suggest a solution though which I can capture all the details of the parent task along with the child task in the report?
Below is the project tracking sheet I have prepared. (test data)
The below shows where I have managed to capture the Parent task name in the report for On Hold tasks. but it is not capturing the Start date/end date or gantt chart for the parent task.
Below is the filter in the report.