How do you extract the NULL VALUES
EXAMPLE TABLE
NAME COMPANY
JAMES
PAUL COMPANY1
JANE COMPANY2
KERRI COMPANY4
I just want to pull the names of the people were the company field is blank.
I went to the Select Expert and tried several expressions and nothing worked.
IS EQUAL TO 0
USING THE FORMULA : ISNULL({COMPANY})
USING THE FORMULA : COMPANY = ""
Any suggestions? Many thanks
EXAMPLE TABLE
NAME COMPANY
JAMES
PAUL COMPANY1
JANE COMPANY2
KERRI COMPANY4
I just want to pull the names of the people were the company field is blank.
I went to the Select Expert and tried several expressions and nothing worked.
IS EQUAL TO 0
USING THE FORMULA : ISNULL({COMPANY})
USING THE FORMULA : COMPANY = ""
Any suggestions? Many thanks