Skip to content
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

Closed
3 tasks done
darylerwin opened this issue Mar 29, 2018 · 6 comments
Closed
3 tasks done

Need isNull isNotNull type filter option #4716

darylerwin opened this issue Mar 29, 2018 · 6 comments

Comments

@darylerwin
Copy link

darylerwin commented Mar 29, 2018

Make sure these boxes are checked before submitting your issue - thank you!

  • I have checked the superset logs for python stacktraces and included it here as text if any
  • I have reproduced the issue with at least the latest released version of superset
  • I have checked the issue tracker for the same issue and I haven't found one similar

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

image

@darylerwin
Copy link
Author

workaround is to use the custom WHERE box.

@hughhhh
Copy link
Member

hughhhh commented Mar 30, 2018

#4651

@SpyderRivera
Copy link
Contributor

I am able to filter nulls with != and then not filling in the options box...

@darylerwin
Copy link
Author

Closing as noted there is a PR to cover this issue. Thanks.

@tush4hworks
Copy link

what spyder said doesn't work for me, can you tell exactly what you're doing?

@mistercrunch
Copy link
Member

In latest version there's a IS NULL and IS NOT NULL option

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants