I apologize if the answer to this is obvious, I'm just completely new to SharePoint and need at least a pointer in the right direction.
I have a list with a "Choice" field. I've used InfoPath to modify the form input to use a multiple selection list box. The resulting list items look something like this:
Title Choices
alice foo, bar
bob baz, bar
charlie bip, baz, foo
What I want is a way to get the total instances of each choice within the entire list: e.g., how many "foo" in the entire list, how many "baz", etc. So far I haven't been able to figure out how to do that. Any help or hints would be greatly appreciated!