Expand my Community achievements bar.

Latest Community Ideas Review is Out: Discover What’s New and What to Expect!

Text Mode for Cross Project Predecessor Columns

Avatar

Level 4

I am trying to build a view that shows the project owner of the cross project predecessor. I found text mode for other fields like "predecessor projected completion date" and "Predecessor project percent complete" but I would love one that displayed the Project Owner assigned to the predecessor.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Reply

Avatar

Level 5

Hi @JHulet 

what's the text mode you're using for "Predecessor project percent complete"?

In general - the number of hops might be an issue with something like {predecessor}.{project}.{owner}.{name} because you want to display the name not just ownerID (a property on the project)

You could try setting a calculated field on the task, and display the field in the report.

Let me know how it goes!