Skip to main content

Counting How many times the deadline is updated


Forum|alt.badge.img+2

Hi everyone, i am trying to build a performance dashboard. I would like to count how many times the workers postpone their work’s deadline. Is it possible to do ? Can you g’ve me a hint? Thanks.

4 replies

TheTimeSavingCo
Forum|alt.badge.img+28

Hi Oguz, check out this thread Counting the number of times a record is changed

I think this does exactly what you’re looking for


Forum|alt.badge.img+2
  • Author
  • Participating Frequently
  • 7 replies
  • November 17, 2022
TheTimeSavingCo wrote:

Hi Oguz, check out this thread Counting the number of times a record is changed

I think this does exactly what you’re looking for


Thanks, I saw that post but I wonder if I count the times they changed the deadline from past to present.


TheTimeSavingCo
Forum|alt.badge.img+28
Oguz_Senna wrote:

Thanks, I saw that post but I wonder if I count the times they changed the deadline from past to present.


Ah, then I recommend creating a new date field called “Previous date” or something, and your automation will have a conditional that checks whether the new date value is after the “Previous date”

You would also make the automation paste the current date value into the “Previous date” field

Does that make sense?


Forum|alt.badge.img+2
  • Author
  • Participating Frequently
  • 7 replies
  • November 17, 2022
TheTimeSavingCo wrote:

Ah, then I recommend creating a new date field called “Previous date” or something, and your automation will have a conditional that checks whether the new date value is after the “Previous date”

You would also make the automation paste the current date value into the “Previous date” field

Does that make sense?


I will look into it Thanks :slightly_smiling_face:


Reply