Hi Paul,
I think I know a way but it may not be the most efficient though.
For the queries, B1, B2 and B3, you could perhaps add an expression that does the following: (Assume the answer for your count is is a column called Count)
Expr1: Iif(IsNull([Count]), 0, [Count])
I think this code is...