I've been asked to get some percentages of how many of each CardVal by Dept. The query looks like this:
CardID CardVal Dept
1 F 21
2 F 21
3 U 21
4 IP 21
5 F 21
6 U 21
Is there a way to get the totals broken up by value:
F=3
U=2
IP=1
I also have another crosstab query that reads left to right.
21 F F U IP F U
I'm not sure how to approach this.
Thanks
CardID CardVal Dept
1 F 21
2 F 21
3 U 21
4 IP 21
5 F 21
6 U 21
Is there a way to get the totals broken up by value:
F=3
U=2
IP=1
I also have another crosstab query that reads left to right.
21 F F U IP F U
I'm not sure how to approach this.
Thanks