Hi all,
This seems like a simple problem but I'm having a hard time finding a simple solution.
My data looks like this:
Permit Number Permit type
1 A
2 B
3 A
3 B
4 C
5 A
5 C
I want to create report that tells me how many permits I have of EACH TYPE, including when my permit fits into more than one category. How can I do this?
Do I need to put the permit type values into one row instead?
Thanks in advance!