Project level reporting text mode questions
Hi! I am putting together a project report that our teams will be using and have ran into a couple blockers - could you please let me know if these requests are possible within text mode and if so, any guidance would be so appreciated. Thank you!
1.) How would I only pull in certain assignments for the project? We typically have 15-20 assigned to a project and we only need to report on 3-4 based on their roles. I would like the roles to only reflect the person that has a task assigned - if there are 5 users that were brought into the same role at any point they won't disappear even after I have unassigned them from tasks.
2.) I would like the report to only show the current task + due date of the task in progress. Any task labeled "New" is being brought in when I use this:
displayname=Current Task
listdelimiter=<div>
listmethod=nested(tasks).lists
textmode=true
type=iterate
valueexpression=IF({numberOfChildren}=1,IF({canStart},IF(CONTAINS("CPL",{status}),"",CONCAT({name}," - ",{plannedCompletionDate}))))
valueformat=HTML
How would I tweak that to only populate the tasks that are "In Progress"?
3.) And is there a way to only list the successor task and due date after the current "In Progress" task is complete so we can track upcoming deliverables?