Template Duration vs. Project Duration rollup variance
Hi,
I am trying to do a variance between the template duration and the project actual duration. I have used the formula below and some others but nothing is working. This works on another report I have with a custom form field on a task vs. planned task work required.
displayname=Variance Plan vs Time Completed
textmode=true
valueexpression=SUB({template:durationMinutes},{actualDurationMinutes})
valueformat=compound#M:D
Thanks!