Hi, I have a task report with a column that is calculating the turnaround time of the task:
displayname=Turnaround Time
textmode=true
valueexpression=IF(ISBLANK({actualCompletionDate}), "", CONCAT(WEEKDAYDIFF({handoffDate},{actualCompletionDate})))
valueformat=HTML
The report is grouped by month and the team would like to see the Turnaround Time AVERAGE summarized per month without having to export the report into excel and use a formula to find the address there. Is this possible?