Column text mode to exclude specific task names
- September 23, 2023
- 1 reply
- 658 views
I have a project report with a column that pulls in the planned completion dates for a presentation task. It is pulling in multiple dates because there are other tasks in our projects with similar names. The task who's due date I'm trying to show in the column is named "CMD Presentation 1", but we have "CMD Presentation 1 Feedback" and a parent task over both of them called "CMD Presentation 1". Is it possible to exclude the parent task and "feedback" task in text mode? Current text mode below. I should mention that if the tasks is complete, it adds a checkmark and updates to the actual completion date. If incomplete, it just pulls in the planned completion date. I have also attached how the data shows up in the column.
displayname=CMD Pres 1
listdelimiter=‍
listmethod=nested(tasks).lists
textmode=true
type=iterate
valueexpression=IF(CONTAINS("CMD Presentation 1",{name})&&{status}="CPL",CONCAT("✔️ ",{actualCompletionDate}),IF(CONTAINS("CMD Presentation 1",{name}),{plannedCompletionDate}))
valueformat=HTML
