YehudahGreenber
8 years agoQrew Assistant Captain
Workdate Formula Error
This formula, which is defining a formula workdate field, works fine, unless the end result is to pull from a workdate field:
If ((Trim([Predecessors])="") and (IsNull([Start])), [Date Created],
[Start]
)
If I replace the last "[Start]", which is a workdate, with "[Date Created]", then the formula works. As is, though, I get a formula error for bad or missing function call. Is this a bug, or am I missing something?
If ((Trim([Predecessors])="") and (IsNull([Start])), [Date Created],
[Start]
)
If I replace the last "[Start]", which is a workdate, with "[Date Created]", then the formula works. As is, though, I get a formula error for bad or missing function call. Is this a bug, or am I missing something?