Resolved! Database View Table Where Clause to contain NULL
I want to improve my DB View performance by including a null test in a where clause (rather than let hundreds more records through and have to include the condition in every report I write).Syntax for where clause doesn't SEEM to support this - neith...
