Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
SOLVED

Can I show an average for a "time to convert issues" report

Avatar

Level 2

I've got a report that shows how long it's taking our account managers to convert a request to a project. The "Time to Convert" column was created in text mode:

displayname=Time to Convert
linkedname=direct
querysort=entryDate
valueexpression=ROUND(DATEDIFF({entryDate},{actualStartDate}),2)
valueformat=HTML

I don't get an "average" option for the column, like I do if I use a standard column selected from the drop down. Is there any way to display the average for the column other than exporting to Excel? I'm using groupings based on the different account managers, if that makes any difference. 

Thanks.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

I think your most satisfying option will be to make a calculated field with your expression above, and then average based on that field.

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

I think your most satisfying option will be to make a calculated field with your expression above, and then average based on that field.

Avatar

Administrator

@mdeancherry Just checking in — were you able to resolve your issue? We’d love to hear how things worked out. If the suggestions above helped, marking a response as correct can guide others with similar questions. And if you found another solution, feel free to share it — your insights could really benefit the community. Thanks again for being part of the conversation!



Kautuk Sahni