I've built a report using the filter described on this post Solved: Report to identify cross-project dependencies - Adobe Experience League Community - 496229
On my report columns I'd like to be able to see the name of the Cross Project, as well as the name of the predecessor task. Any tips on how to accomplish this?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi Anna,
I've used this text mode code previously and it will show you the cross project condition with the unicode icons and the name and task name.
displayname=Cross Project Predecessors Project and Task
listdelimiter=<p>
listmethod=nested(predecessors).lists
textmode=true
type=iterate
usewidths=true
valueexpression=IF({predecessor}.{project}.{ID}={successor}.{project}.{ID},"",IF({predecessor}.{project}.{condition}='AR',CONCAT('
valueformat=HTML
width=250
I hope this helps,
Teale
Hi Anna,
I've used this text mode code previously and it will show you the cross project condition with the unicode icons and the name and task name.
displayname=Cross Project Predecessors Project and Task
listdelimiter=<p>
listmethod=nested(predecessors).lists
textmode=true
type=iterate
usewidths=true
valueexpression=IF({predecessor}.{project}.{ID}={successor}.{project}.{ID},"",IF({predecessor}.{project}.{condition}='AR',CONCAT('
valueformat=HTML
width=250
I hope this helps,
Teale
This is perfect, thank you so much Teale!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies