Hello all,
I would like to base a report on a crosstab query.
The report wizard produces it in this format:
But I would like this format:
So how do I rotate the report? Or do I need to rotate the crosstab query somehow?
Thanks for your time,
nf
I would like to base a report on a crosstab query.
The report wizard produces it in this format:
Code:
Venue1 Venue2 ...
Category1 Subcategory1 1 3
Category1 Subcategory2 2 2
Category2 Subcategory1 1 2
Category2 Subcategory2 6 3
Category3 Subcategory1 4 8
Category3 Subcategory2 3 2
Code:
Cat1Subcat1 Cat1Subcat2 Cat2Subcat1 Cat2Subcat2 ..
Venue1 1 2 1 6
Venue2 3 2 2 3
...
So how do I rotate the report? Or do I need to rotate the crosstab query somehow?
Thanks for your time,
nf