How to "Echo" Custom Data between Object Peers (e.g. Tasks within a Project)
Hi Folks,
Based on this interesting challenge from @mariacr2, I'm pleased to share the following technique to easily edit a custom data parameter (e.g. a Tactic Delivery Date on a particular Task) and have it "echo" to its peers (e.g. all other Tasks on the same Project), without Fusion, and always kept "fresh" after each page refresh.
Here's the textmode for the final column, noting that the trick is to go "up" (on a Task report or view) to each project.tasks in the nested listmethod:
displayname=Other Tactic Delivery Date(s)
type=iterate
listdelimiter=<p>
listmethod=nested(project.tasks).lists
valueexpression={DE:Tactic Delivery Date}
valueformat=HTML
You could make the valueexpression more sophisticated (e.g. IF, CONCAT, etc.), and in a similar fashion, you could echo custom data between Issues on a Task or Project, Projects in a Program or Portfolio...lots of potential.
Enjoy, have fun, and if you put it to good use, I'd appreciate hearing about it.
Regards,
Doug



