Hello
I like to compare due date (duedate) with today's date (now() ) and issue then a text.
with _now = now():
with _duedate = duedate:
IF status = "done":
"done"
ELSE IF _duedate < _now:
"delayed"
ELSE IF _duedate = _now OR _duedate > _now:
"on track"
ELSE: "Maintain due date!"
I assume there is a date format issue because there is always issued "delayed" except there is no due date maintained.
Thanks for your support
Marc
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.