I'm trying to make a report that shows three fields: Date, Company, and Track. The 'track' field can only have two values, sales or technical. In this report I need to show for each month, and for each company, how many records exist for sales, and how many exist for technical.
So far, I...