I am wanting to calculate the age, one date from another date, between tasks. More specifically, the end date (actual completion date) of the shown task1 to the end date (actual completion date) of the next task. How do I configure this?
I want to know how many days passed (time lapse) between the actual completion of the review call and the actual completion of the invitation to the account admin. In my bad example, they are the same date- but in reality of other projects they are not and should not be. So is there a way to "qualify" or "specify" which task actual completion date I want to use in the calculation?
is this valid
valueexpression=DATEDIFF(implementation review call.actual completion date, invite account admin.actual completion date)
I saw this in the help
Actual Time Calculation in a Report
The Text Mode code in this article can be used in order to get the actual time spent working on an object. The code subtracts Actual Start Date of an object from Actual Completion Date. The syntax is as follows:
valueexpression=DATEDIFF({actualCompletionDate},{actualStartDate}) how do I tell it which tasks these map to? And where is the result put - for me to grab / display?