Need to show milestone duration in collection report
Hi community! Trying to show a specific milestone duration (in days) in a collections report. My current text mode below just returns minutes, and I know the valueformat needs to be updated to something similar to valueformat=compound#M:D but I'm not sure where to do it in the value expression. Additionally, I'd love to not do a datediff of milestone's planned completion and planned start date if I can avoid it. Thanks!
displayname=CREATIVE DEVELOPMENT PLANNED DURATION
listdelimiter=<p>
listmethod=nested(tasks).lists
textmode=true
type=iterate
valueexpression=IF({milestone}.{name}="CREATIVE DEVELOPMENT",{durationMinutes})
valueformat=html