Hi all,
As I understand (but I might wrong), a checkbox returns 1 or null.
Shouldn’t it be returning 1 or 0 (“True” / “False” or “checked” / “unchecked”) to be more useful ?
It would then be usable in pivot-tables or other kind of summaries.
Thanks f...