I have a field {accident.causes} that I'm having some trouble with. I'm doing a count of accident causes for intersections. I have the intersections grouped and a count of accidents associated in the group footer. Now I need to do a count by {accident.causes} under each intersection. There can be multiple causes and there is no ordering of this field. For example there can be "run red light" and "inattentive". Here's my problem. If there is multiple causes, I want a count for each, which I know how to do, however, if the case has inattentive along with another cause, I want to only count the other cause. If it's inattentive alone, I want to count that as well. Is there a way to eliminate inattentive when it's shown with another cause? Thanks in advance for any help.