Calculate task completion to project completion
I have a project report I am trying to calculate the actual start date of a certain task to the project actual completion.
I have this code started:
displayname=Actual Task Start to Job Completion
listdelimiter=
listmethod=nested(tasks).lists
textmode=true
type=iterate
valueexpression=WEEKDAYDIFF({task}.{name}="Revisions".{actualStartDate},{project}.{actualCompletionDate})
valueformat=HTML
