Request to Project Conversion Metrics | Community
Skip to main content
New Participant
April 7, 2025
Solved

Request to Project Conversion Metrics

  • April 7, 2025
  • 1 reply
  • 341 views

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

Best answer by SuryaLakhani

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)

1 reply

SuryaLakhani
SuryaLakhaniAccepted solution
New Participant
April 8, 2025

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)

New Participant
April 14, 2025

Thank you!