Opened 18 years ago
Closed 17 years ago
#564 closed enhancement (fixed)
Add support for filtering against null values in JEP
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.4 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
It is not directly possible to filter out null (or non-null) values in a JEP filter. JEP filters are used by the FormulaFilter plugin and in lots of other places.
A workaround is to use a filter that matches all values (except null), for example:
ch(1) <= 0 |
This doesn't work if you want to keep the null values. One way is to add an isnull() function to JEP which is easy. Another idea is to simply be able to type 'ch(1) == null' or 'ch(1) != null' which might be trickier to implement.
Change History (4)
comment:1 by , 18 years ago
comment:3 by , 17 years ago
Priority: | minor → major |
---|
comment:4 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
David Waring has submitted some code fixes on the mailing list. http://sourceforge.net/mailarchive/forum.php?thread_name=F18269A5-8ECC-48D8-9FB7-3371363AF249%40fhcrc.org&forum_name=basedb-devel