Checkbox value NULL: filter and report NOK
If a checkbox-field has value NULL in the database, then it will not be included in filters or reports that have a condition on the checkbox is not set.
This is because the querygenerator as wel as reportrun.php query on = 0 and not also on IS NULL.