One of the values that is returned from this query is NULL. However, when I
run the report, the NULL value does not show in the dropdown. I've also
tried adding
"select NULL as 'ReportDate' union" to the above query and the null value
still doesn't show.
As a result some of the records in my database have a null value for this
field, they will never show up on my report. Any ideas?
--
Systems Analyst
Office of the Auditor General of Alberta
<schmidtkaren> wrote in message
news:0BF02C46-DF08-4C61...@microsoft.com...
Hi
I don't think you can have NULL = NULL in a where clause, the best way
to get around this would be to use ISNULL in both queries e.g. ISNULL
(year, "NoValue")
This way the "NoValue" (or whatever text value you want) will show up
in the multi-select drop down and work in the where clause
"Rictastic" <rickd...@gmail.com> wrote in message
news:b2ea773f-96ea-4047...@g27g2000yqn.googlegroups.com...
Sorry Uri, I was replying to the original "schmidtkaren" post, I just
got lazy and clicked the above reply button