Displaying Milestone Info In a Note Report Column [Text Mode]
Hello,
I am trying to add in some Milestone info on a Note report. This textmode works on a Project report but on a Note report it returns no info. What tweaks do I have to make to this in order to pull the Milestone info?
displayname=R1 Proof
listdelimiter=<p>
listmethod=nested(tasks).lists
type=iterate
valueexpression=IF({milestoneID}="6422f69500133a8cc48c809f427d4d21"&&{status}!="CPL",CONCAT({plannedCompletionDate}),IF({milestoneID}="6422f69500133a8cc48c809f427d4d21"&&{status}="CPL",CONCAT("✔️ | ",{plannedCompletionDate})))
valuefield=project
valueformat=HTMLCan someone assist in what I am missing in my code?
Thank you,
Eric