Has anyone created a cycle time report for the amount of time it takes from request to project conversion?
Solved! Go to Solution.
Views
Replies
Total Likes
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)
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)
Thank you!
Views
Replies
Total Likes