Is there text mode to get the sum of a calculated date difference in a Task Report? (Updated with text mode solution!)
I currently have a calculated field on a task custom form that shows me the number of days between the handoff and the actual completion date. I'm looking to get the sum of those days to show up in a Task Report, grouped by Project.
I've put my calculated field into a column, and this is the text mode:
displayname=Difference between Handoff and Actual Completion
linkedname=direct
namekey=Weekday Difference between Handoff and Actual Completion
querysort=DE:Weekday Difference between Handoff and Actual Completion
textmode=true
valuefield=Weekday Difference between Handoff and Actual Completion
valueformat=customDataLabelsAsString
Could I use some sort of aggregator text mode in this column to bring in the sum in the Project grouping? At some point, I will also want to look at the average, but for now the sum will be perfect for what I need.
Thank you!