Hello,
When trying to apply 'IS NOT NULL' operator as filter(where to_date(column) Is Not Null) on the DB column it is not working as expected and pulling the null values into the result.
We are using HANA Revision 33.Below is the SQL generated from BO tool we are using BO 4.0.
Let me know if you have ever faced this issue.
thanks!
Request clarification before answering.
If you just want to see if the value is null, you don't need to apply the to_date() conversion beforehand. Just do WHERE "COLUMN" IS NOT NULL.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.