Is there a way to filter based on a boolean field? What do I search for?
The pdb's have 0x00 and 0x01, but searching for 0 or 1 doesn't work.
Also, is there a way to set a specific filter and multi-column sort for
each list-view? i.e.- can list view 1 have a filter of A=1 and a sort of
A, B, C, while list view 2 has a filter of A=2 and a sort of C, B, D? It
seems that filter and sort are independent of list-view.
The reason I'm asking is I have a db with a boolean which signifies one of
two states for a record. It would be nice if view 1 showed those records
with unchecked booleans and view 2 showed records with checked booleans,
and checking a boolean would have the effect of "moving" a record from view
1 to view 2 automatically because of the filters. And of course, it would
be nice if each view had it's own sort criteria. Just a small wish-list
from a guy who wishes he had time to mess around with your source himself!
BTW, thanks for making date columns "nullable" in 0.3.3! Awesome.
Thanks!
|