CRM program running on SQL2000. Attempting to evaluate contact titles that are null. In SQL title field is datatype=picklist, size 64, nulls allowed.
In all cases my formula returns "No Title" when sql query verifies some title fields are populated.
if isnull({CONTACT.TITLE}) or InStr({CONTACT.TITLE}, " ") = 0 then "No Title" else ({CONTACT.TITLE})
Any help is appreciated. My google efforts dont go further than the formula above.
In all cases my formula returns "No Title" when sql query verifies some title fields are populated.
if isnull({CONTACT.TITLE}) or InStr({CONTACT.TITLE}, " ") = 0 then "No Title" else ({CONTACT.TITLE})
Any help is appreciated. My google efforts dont go further than the formula above.