Hello everyone and special Hi to our champion Alex
I built a form with multiple fields to track correspondences in our entity and one of these field is Formula field to calculate the late one by incrementing one day every new day if the correspondence status is not completed
What I need, is to keep the old value of the formula field if the conditions is true
IF (EQUALS("[entry.CorrStatus.label]", "Completed"), <Don't do anything, keep field value as it's>, <HERE ADD CALCULATIONS>)
I tried to leave it empty (don't do anything) but it's not working:
IF (EQUALS("[entry.CorrStatus.label]", "Completed"), , <HERE ADD CALCULATIONS>)
Sorry repeated question, I couldn't delete it
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.