My setup is as follows:
Client Data reads Type of Incident from a lookup table. The query counts Type of Incident grouped by * . Query output is just what I want- a labeled count of each incident. When I build a report off of the query, I get unlabeled counts separated into three different records. I have about ten fields of this type, and I want all of them to display on one page of the report.

Ie:

Report:
Type of incident:


Sexual assault- 13
Sexual Harrassment- 4

Ethnicity:
Caucasian: 17
Hispanic: 24

Etc. How do I go about designing this? Will the type of query I have been using work?

Edit- Oh, found the "Sort/Group" properties and I have the report formatted the way I want, now I'm just trying to figure out how to make the labels update with the data that they represent from the query.