I am using Crystal XI with an SQL 2005 DB. I need to exclude within my selection criteria a string field called CUSTOM_DATA7 when it contains a "K".
Simple enough......{CUSTOM_DATA7} <> "K".
But I notice that when records have a "null" value, they do not appear on the report. I need to include the "null" records but exclude the fields populated with a "k".
Additionally, this field could have other values such as "w".
How can I account for this in my Selection Expert selection statement?
Any help would be much appreciated.
Simple enough......{CUSTOM_DATA7} <> "K".
But I notice that when records have a "null" value, they do not appear on the report. I need to include the "null" records but exclude the fields populated with a "k".
Additionally, this field could have other values such as "w".
How can I account for this in my Selection Expert selection statement?
Any help would be much appreciated.