Display In Progress Milestones OR In Progress Parent tasks in a Project-level report
I have a request to display the "In Progress Milestone" in a project-level report and am not seeing how to do it. The milestone view itself isn't the users preferred option. Has anyone else had to do something like this before?
I thought it would be something like the below (I'm trying to display any In Progress task that has a milestone aligned to it), but haven't had much luck. I always seem to put quotes or something simple in the wrong place, so am I just messing up the syntax?
displayname=Current Milestone In Progress
listdelimiter=<p>
listmethod=nested(tasks).lists
textmode=true
type=iterate
valueexpression=IF ({status}="INP"&&{milestoneID}”=notblank”, {name})
valueformat=HTML