How do I average a column in a report?
I have a custom column in my report that shoes the number of days each task is in the New status: valueexpression=WEEKDAYDIFF({entryDate},{actualStartDate})
I want to average this column so I can see the average number of days it takes to pick up a task.
I've been reading about aggregate values in Workfront reporting but I can't figure out how to implement it in a way that will show the average for a bunch of tasks.