コミュニティアチーブメントバーを展開する。

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.
解決済み

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 受け入れられたソリューション

Avatar

正解者
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)

元の投稿で解決策を見る

2 返信

Avatar

正解者
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!