Not exists text mode on task level report
I'm building a milestone report, but my stakeholders want to display whether the production schedule doesn't have a specific task name in it (which wouldn't actually be a milestone, or a filter of the report itself). The plain English of what I'm trying to do is "show an "N/A" if there isn't a task that contains "Clearance" in the name".
I thought my textmode would be this, but it shows an N/A for every task in the schedule that doesn't contain Clearance in the name. Not that the task isn't there at all. Any ideas of what I'm doing wrong? It's not just moving the N/A to the true part of the statement.
- displayname=No Clearance Task
- listdelimiter=‍
- listmethod=nested(project.tasks).lists
- querysort=name
- textmode=true
- type=iterate
- valueexpression=IF(NOTEXISTS("Clearance",{name}),"","N/A")
- valueformat=HTML
