BrandonClark
6 years agoQrew Cadet
Help With Formula
If(
//If the target date is greater than completion date and the Completion date is equal to ""
[Status] = "Open" and
[Target Date] < Today()and
IsNull([Completion Date]),
// set the Status to Past Due
"Past Due",
//Otherwise
null)
If the condition is not met, there appears to be no issues. If the condition is met, the error is:
Unable to save changes
Custom data rule failed:
1)Past Due
Any help is appreciated
------------------------------
Brandon Clark
------------------------------
//If the target date is greater than completion date and the Completion date is equal to ""
[Status] = "Open" and
[Target Date] < Today()and
IsNull([Completion Date]),
// set the Status to Past Due
"Past Due",
//Otherwise
null)
If the condition is not met, there appears to be no issues. If the condition is met, the error is:
Unable to save changes
Custom data rule failed:
1)Past Due
Any help is appreciated
------------------------------
Brandon Clark
------------------------------