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 557
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