Expand my Community achievements bar.

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!