Expand my Community achievements bar.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.
SOLVED

Request to Project Conversion Metrics

Avatar

Level 2

Has anyone created a cycle time report for the amount of time it takes from request to project conversion?

1 Accepted Solution

Avatar

Correct answer by
Level 4

Hi,

 

You should be able to do this at the project level with DATEDIFF, both in a report or a calculated field:
ROUND(DATEDIFF({entryDate},{convertedOpTaskEntryDate}),2)

View solution in original post

2 Replies

Avatar

Correct answer by
Level 4

Hi,

 

You should be able to do this at the project level with DATEDIFF, both in a report or a calculated field:
ROUND(DATEDIFF({entryDate},{convertedOpTaskEntryDate}),2)

Avatar

Level 2

Thank you!