How do I test for a null date

I need to test for a date in User Settings not having been set by the user. I want it to be unspecified in some cases.

I canโ€™t seem to get USERSETTINGS(โ€œEnd date:โ€)=0, ="", =null, =โ€œnullโ€, whatever, to work.

Whatโ€™s the trick here? Iโ€™m feeling pretty stupid!

0 3 564
3 REPLIES 3

Derek3
New Member

Hi Charlie,

You could try ISBLANK()

For example:
ISBLANK(USERSETTINGS(โ€œEnd date:โ€))

This will return True if there is no value set in โ€œEnd date:โ€

Thanks Derek, that worked! A tiny fix to my logic also helped :=)

Derek3
New Member

Glad to hear it worked for you!

Top Labels in this Space