Can anyone provide an example of a calculated field that calculates 'lead time'? | Community
Skip to main content
New Participant
May 8, 2023
Solved

Can anyone provide an example of a calculated field that calculates 'lead time'?

  • May 8, 2023
  • 3 replies
  • 605 views

Can anyone provide an example of a calculated field that calculates 'lead time'?

 

Thank you,

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Kundanism

If you are after task level, we can calculate based on the difference between Actual Start Date and Actual Completion Date?

 

Try this one for task;

SUB({actualCompletionDate},{actualStartDate})

3 replies

RandyRoberts
New Participant
May 10, 2023

I think traditionally, lead time refers to when it's entered vs when it starts.

Kundanism
KundanismAccepted solution
New Participant
May 9, 2023

If you are after task level, we can calculate based on the difference between Actual Start Date and Actual Completion Date?

 

Try this one for task;

SUB({actualCompletionDate},{actualStartDate})
Madalyn_Destafney
New Participant
May 8, 2023

Hi, can you outline what you're ultimately after? Are you trying to see when a task is entered vs. when it's due?

If this helped you, please mark correct to help others : )