Feedback

  • Contents
 

How to test for NULL entries

When construction a filter either in the Data Query section or in the Contact List Filters, you can configure the filter to test whether the entry was NULL or not:

 '= null' or just 'null' translates to IS NULL

 '!= null' or '<> null' translates to IS NOT NULL

The word null is not case sensitive.

Related Topics

Contact List Filters view