Forum Discussion
ChrisChris
8 years agoQrew Assistant Captain
Take out the parenthesis that have numbers inside them. Make it like this:
"[Date Created]+Days([Priority])". Sans quotes.
this ^^^ is the only line of code you need.
ChrisChris
8 years agoQrew Assistant Captain
Is not [Priority] a formula field you created that has contains some 'x' number of days?
If so, then that is the parameter you pass to the Days() function. That makes it more dynamic and no need to have redundant lines of code.