Hi,
I am looking for some guidance on two items:
1. Create a project view column that displays all assignees. I do not need to have due date or My current syntax only lists the first assignee on the tasks:
displayname=PROJECT TASK/ASSIGNEES
listdelimiter=<div>
listmethod=nested(tasks).lists
textmode=true
type=iterate
valueexpression=IF({numberOfChildren}=0,IF(ISBLANK({actualCompletionDate}),CONCAT({plannedCompletionDate},": (",{name}," | ", {assignedTo},")")))
valueformat=HTML
width=300
2. On my Program view I would love to have a column that gives a count of how may Active (pending, completed, any other status) projects are in that particular program for a given year (hopefully pulling from current year). It would also be nice to have this for all projects (not just year to day).
Any guidance you all have would be greatly appreciated.
Thank you!