Expand my Community achievements bar.

Join us LIVE in San Francisco on November 14th for Experience Makers The Skill Exchange. Don't miss out on this free learning event!

Compute Average Date Differences

Avatar

Level 4

I'm trying to make a report that will count the number of days between the actual start date and the actual completion 
I already have my values in columns by using this formula: valueexpression=DATEDIFF(actualCompletionDate, actualStartDate); however, I want to aggregate the average in groupings. 

0 Replies