/NOT IN THE LIST PROBLEM in R&R SQL

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
Barbara
Posts: 7
Joined: Tue Oct 10, 2017 12:44 pm

/NOT IN THE LIST PROBLEM in R&R SQL

Post by Barbara » Mon Sep 22, 2003 10:56 am

I^m having trouble using these two parameters in a filter. I have a field that is sometimes blank. When I use a NOT EQUAL TO/NOT IN THE LIST STATEMENT to leave out certain values using that field, any records where the field is blank are also eliminated. I can create a calculated field that flags the values I want to eliminate and use that flag in the filter, and the report works correctly.____This appears to be to be a bug in the program.____

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=> NOT IN THE LIST PROBLEM in R&R SQL

Post by kfleming » Mon Sep 22, 2003 1:29 pm

If you want to return records where a field value is empty you need to use the Is Null operator.____Kathleen__R&R Support

Post Reply