Hello,
I would like to generate a report based on quarterly percentages for reviewed criteria. The report output needs to look like this:
#Records
Criteria Reviewed Month1 Month2 Month3 QTotal
Field1 # % % % %
Field2 # % % % %
etc...
I can get the groupings to work with the month running down in rows, but I want them to appear in columns as shown. The dates are in one field. I can't do a crosstab query because the rows are separate fields. Not sure how to get my data pivoted around so it appears as I'd like it to.
Any suggestions would be appreciated. Thank you.
I would like to generate a report based on quarterly percentages for reviewed criteria. The report output needs to look like this:
#Records
Criteria Reviewed Month1 Month2 Month3 QTotal
Field1 # % % % %
Field2 # % % % %
etc...
I can get the groupings to work with the month running down in rows, but I want them to appear in columns as shown. The dates are in one field. I can't do a crosstab query because the rows are separate fields. Not sure how to get my data pivoted around so it appears as I'd like it to.
Any suggestions would be appreciated. Thank you.