michellecole
Programmer
I have a Crystal Report that has several Cross-tabs based on a date range and grouped by OperatorID from data in SQL tables. I've condensed a sample below:
12/01/04 - 12/10/04
Operator Operator Operator Operator
10001 10003 10008 Total
Processing Times:
MailSortHrs 0.00 3.50 1.25 4.75
DataEntryHrs 2.07 0.00 0.00 2.07
Processing Volumes:
MailSortVol 0 2144 800 2944
DataEntryVol 19427 0 0 19427
The above cross tabs work fine.
However, I have one Section, "Averages", where I need each cell to contain a formula which calculates the average Formula = sum(<tablename>.Volume)/ sum(<tablename>.Time). I understand that in cross-tabs the cells cannot contain anything but numbers created from summary functions, so the cross tab is not an option in this scenario.
What can I use that will look and act like a cross tab - allowing the number of Operators (columns) to vary by date range. I need something that will look like the following and allow the number of columns to grow based on the number of Operators for the date range. I need the groups to display horizontally instead of vertically and match up under the existing cross tabs. The number of items on the left are fixed - but the number of operators varies:
Averages:
MailSortAvg 0 613 640 620
DataEntryAvg 9385 0 0 9385
Thank you,
Michelle
12/01/04 - 12/10/04
Operator Operator Operator Operator
10001 10003 10008 Total
Processing Times:
MailSortHrs 0.00 3.50 1.25 4.75
DataEntryHrs 2.07 0.00 0.00 2.07
Processing Volumes:
MailSortVol 0 2144 800 2944
DataEntryVol 19427 0 0 19427
The above cross tabs work fine.
However, I have one Section, "Averages", where I need each cell to contain a formula which calculates the average Formula = sum(<tablename>.Volume)/ sum(<tablename>.Time). I understand that in cross-tabs the cells cannot contain anything but numbers created from summary functions, so the cross tab is not an option in this scenario.
What can I use that will look and act like a cross tab - allowing the number of Operators (columns) to vary by date range. I need something that will look like the following and allow the number of columns to grow based on the number of Operators for the date range. I need the groups to display horizontally instead of vertically and match up under the existing cross tabs. The number of items on the left are fixed - but the number of operators varies:
Averages:
MailSortAvg 0 613 640 620
DataEntryAvg 9385 0 0 9385
Thank you,
Michelle