Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
I'd like to add a calculated expression in my form called "Expiration Date". Calculation is based on the project "Actual Completion Date + 1 year. So if the project was completed on 8/15/2020, The field "Expiration Date" would display 8/15/2021.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
I figured it out, I was using camel case in my formula
ADDYEARS(actualCompletionDate, 1) should have been ADDYEARS(Actual Completion Date, 1)
View solution in original post
Thank you for sharing your answer! If you had the question, I guarantee you that someone else did too! So glad you got it figured out.
Views
Likes
Replies