Nov 17, 2022 03:29 AM
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.
Nov 17, 2022 03:35 AM
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
Nov 17, 2022 03:49 AM
Thanks, I saw that post but I wonder if I count the times they changed the deadline from past to present.
Nov 17, 2022 04:06 AM
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?
Nov 17, 2022 04:25 AM
I will look into it Thanks :slightly_smiling_face: