-
Notifications
You must be signed in to change notification settings - Fork 14.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need isNull isNotNull type filter option #4716
Comments
workaround is to use the custom WHERE box. |
I am able to filter nulls with != and then not filling in the options box... |
Closing as noted there is a PR to cover this issue. Thanks. |
what spyder said doesn't work for me, can you tell exactly what you're doing? |
In latest version there's a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Make sure these boxes are checked before submitting your issue - thank you!
Superset version
0.24.0
Expected results
the generated query to allow entries like field1 is not null
Actual results
field1 != 'NULL'
Steps to reproduce
The text was updated successfully, but these errors were encountered: