crystaldev1
Programmer
I'm using CR 9 and Sql Server 2005.
I have a crosstab calculating sum of payments received.
Columns are grouped by fee name and rows are grouped by pay date.
There are also 2 numbers attached to the fee name which I would like to add as columns as well for different calculations in the summary. These numbers are fields located in the same table which is why it's not possible to group separately. For ex, I have the following grouped by fee name and number:
Tax Fee Surcharge
400-1 100-5
1/1/09 $150 $300
I would like to have the following grouped by fee name and have 2 separate columns for numbers attached:
Tax Fee Surcharge
400-1 500-2 100-5 300-6
1/1/09 $150 $200 $300 $90
Thanks.
I have a crosstab calculating sum of payments received.
Columns are grouped by fee name and rows are grouped by pay date.
There are also 2 numbers attached to the fee name which I would like to add as columns as well for different calculations in the summary. These numbers are fields located in the same table which is why it's not possible to group separately. For ex, I have the following grouped by fee name and number:
Tax Fee Surcharge
400-1 100-5
1/1/09 $150 $300
I would like to have the following grouped by fee name and have 2 separate columns for numbers attached:
Tax Fee Surcharge
400-1 500-2 100-5 300-6
1/1/09 $150 $200 $300 $90
Thanks.