R
Robbie Doo
I have 2 grouppings: Reason and Reason Category. Each Reason has it's own
group of Categories, where I use the following to code to count:
=IIf([Dist]=26 Or [Dist]=27 Or [Dist]=40 Or [Dist]=62 Or [Dist]=7 Or
[Dist]=8 Or [Dist]=31,Count([Wdrw_Cat]),0)
The count comes out ok. However, I'm unable to Total for each Reason group
with the same formula. Can anyone help?
group of Categories, where I use the following to code to count:
=IIf([Dist]=26 Or [Dist]=27 Or [Dist]=40 Or [Dist]=62 Or [Dist]=7 Or
[Dist]=8 Or [Dist]=31,Count([Wdrw_Cat]),0)
The count comes out ok. However, I'm unable to Total for each Reason group
with the same formula. Can anyone help?