I have a formula to store progress on a time period.
CONCATENATE(ROUND({closed tasks}/{Total tasks}*100,0),“%”)
There is another field called “deadline”
What i am trying to solve is to avoid an update of the formula after deadline date, in order to “snapshot” how was the progresssion until deadline date.
I tried with an IF NOW() > deadline but then the field is blank and nothing is saved.
Some idea?
Many thanks in advance