Text Mode formula for the Task report
Hello,
I’m having trouble figuring out the Text Mode code for my Task Report. How can I write the code in the Value Expression to achieve the following result? I would like to display the date difference in one field.
IF ISBLANK({project}.{DE:EWIR Submission Date}) display ""
else
calculate WEEKDAYDIFF({project}.{DE:EWIR Submission Date},{actualCompletionDate})
IF ISBLANK({project}.{DE:EFIR Submission Date}) display ""
else
calculate WEEKDAYDIFF({project}.{DE:EFIR Submission Date},{actualCompletionDate})
Thank you,
Deepa Mahishi