Expand my Community achievements bar.

The Community Ideas review for H1 2025 is out now, see which ideas our Product team prioritized and let us know your thoughts.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

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

Avatar

Level 3

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

 

Thank you,

1 Accepted Solution

Avatar

Correct answer by
Level 10

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})

View solution in original post

3 Replies

Avatar

Community Advisor

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 : )

Avatar

Correct answer by
Level 10

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})

Avatar

Community Advisor

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