Hello, I am trying to add in a column in a Note report that will include the due date of a Milestone that matches the ID I specify. This textmode works fine in a project report but it will not pull in dates on a Note report. Can anybody help me with what I am doing wrong with my textmode column? Text is below, thankyou!
displayname=R1 Proof
listdelimiter=<p>
listmethod=nested(tasks).lists
textmode=true
type=iterate
valueexpression=IF({milestoneID}="664615ab00169a7f6ef3ef1e71cd8709"&&{status}!="CPL",CONCAT({plannedCompletionDate}),IF({milestoneID}="664615ab00169a7f6ef3ef1e71cd8709"&&{status}="CPL",CONCAT(" | ",{plannedCompletionDate})))
valueformat=HTML