How to get TAT into a report
I am trying to create a report to show the average turn around time for each of our projects (not tasks but whole projects). We group our projects by project size and we want to know what the average TAT is for each group. The TAT calculation on the report is a calculated text mode field so I cannot add it to the groupings when creating the report. Our leadership team has asked for this report and right now, I am exporting it in to excel and creating a pivot chart to provide the requested info. Is there a way to get this in a Workfront Report? I do not know nay other way to calculate the turn around time other than the text field I have.
aggregator.displayformat=double
aggregator.function=AVG
aggregator.valueexpression=DATEDIFF({DE:Approved Implementation Date},{DE:Project Initiation Date})
aggregator.valueformat=HTML
displayname=TAT
textmode=true
valueexpression=DATEDIFF({DE:Approved Implementation Date},{DE:Project Initiation Date})
valueformat=HTML