I am trying to build a crosstab query that gives percentages rather than counts or averages or other calculations. I'm not quite sure how to do this, though. Any help would be appreciated. Here is an example of the kind of crosstab query I am looking for.
Jan Feb Mar Apr A 5% 80% 90% 100% B 90% 10% 0% 0% C 2.50% 5% 0% 0% D 2.50% 0% 10% 0%
Thanks!