In my search filters I have to be sure that all empty values for certain field are disregarded.
I would like to have the following criteria in place: Netsuite__Id NOT EQUAL null
Below is the syntax of my current formula:
(it's 2x single quote sign ')
SQL representation: (Netsuite_Internal_Id__c != '')
Is this syntax correct?