Function reference
Test if the value of an expression is null.

IsNull ( expression )

Argument Description
expression An expression that you want to test to determine whether its return value is null

Data type: Boolean
Returns true if expression returns null.

Example:

The value ‘The sun is shining..’ is not a valid text representation for a date then the function Date() will return null.

IsNull( Date( ‘The sun is shining..’ ))

Last modified: 23 May 2021

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment