Question
Possible to aggregate a calculated column?
I created a task report that shows the kickoff date, the date of SOW signature (a custom field used in a project-level form) and a column calculating the number of days between the two (code below). The report is grouped by PM. I need to show the average number of days from SOW signature to kickoff. Any suggestions on how to do this since I'm working with a calculated column? displayname=Days from SOW to Kickoff textmode=true valueexpression=DATEDIFF({actualCompletionDate},{project}.{DE:PDS | Date SOW Signed}) valueformat=int Catherine Hayes The Channel Company