R
Rags
Looking thru these posts and not quite figuring out the best way to do what
I'm trying to do. I'd like to create a report (that measures analyst
productivity) that is a rolling 12 month (from the current month) report that
has the months as the column headings and grouped by analyst. I also have
about 15 categories that I would like to be shown in the 1st column going
from top to bottom. I'd like the report to show each category for each person
for each of the last 12 months. Sort of like this:
Analyst Name Mar06 Feb06 Jan06 Dec05 Nov05 Oct05 ........
Category 1 # # # # # #
Category 2 # # # # # #
Category 3 # # # # # #
Category 4 # # # # # #
..
..
Category 15 # # # # # #
There is a record in the database for each user for each month and each
category.
I've read about subreports and crosstab queries but getting kind of lost.
Any help would be appreciated to get me in the right direction.
Thanks.
I'm trying to do. I'd like to create a report (that measures analyst
productivity) that is a rolling 12 month (from the current month) report that
has the months as the column headings and grouped by analyst. I also have
about 15 categories that I would like to be shown in the 1st column going
from top to bottom. I'd like the report to show each category for each person
for each of the last 12 months. Sort of like this:
Analyst Name Mar06 Feb06 Jan06 Dec05 Nov05 Oct05 ........
Category 1 # # # # # #
Category 2 # # # # # #
Category 3 # # # # # #
Category 4 # # # # # #
..
..
Category 15 # # # # # #
There is a record in the database for each user for each month and each
category.
I've read about subreports and crosstab queries but getting kind of lost.
Any help would be appreciated to get me in the right direction.
Thanks.