I am needing to show the parent task on a My Tasks report and was given a suggestion to add a column and use the following formula to pull it in. However, this formula is not working for me.
=JOIN(ANCESTORS([Primary Column]@row), " / ")
I have 2 columns I need to be able to show for a row that comes from a parent task. Tactic Name and Tactic #. We have a lot of Tactic tasks that are identical and without the Tactic name, it is hard for team members to know which item they are assigned and need to work on without the parent on the My Tasks report.
Thanks for any suggestions here.