Hello, I'm trying to calculate the number of days between 2 different
tasks on a Project Report. Here is the Value Expression I'm attempting
without results ... valueexpression=DATEDIFF(IF(CONTAINS(" Task1
",{name}),{projectedCompletionDate}),IF(CONTAINS(" Task2
",{name}),{projectedCompletionDate})) The formula works, when comparing
the same Task, ie... Task1 Actual or Planned Date to Task1 Projected
Date. Unfortunately that's not what I'm trying to accomplish.... I need
to compare 2 different t...