NULL issue [message #1843411] |
Wed, 28 July 2021 04:34  |
Eclipse User |
|
|
|
Hi All,
I have a where clause in my birt report:
WHERE Cust.Ref LIKE ?
This clause seems to be impacting my report. When i run the report and filter on a different value (Nominal Code) i get 0 results where it should return 34 results. I did some investigate and found that it was the cust.ref clause causing the report to exclude null values.
I amended the clause to:
WHERE (Cust.Ref LIKE ? OR IS NULL)
This fixed the nominal code issue and gave me all results however, when i filter by customer this time it gives me the results for that customer as well as all data where the customer is a null value.
Can anyone help resolve this?
Thanks.
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03247 seconds