Using CR 8.5, oracle db.
Have a report which groups on siteid, then plan. I take the total number of plans times the cost and come up with a total Results look like:
Site ID: 11F4dC01
plan name Cost Cnt Total
Plan A $4.99 1 $4.99
Plan B $14.99 7 $104.93
Plan C $34.99 2 $69.98
Site ID: 11F62501
Plan A $4.99 2 $9.98
Plan B $14.99 1 $14.99
Plan C $34.99 3 $ 104.97
The problem for me is, after this, I need to show an overall total by plan, so all plan A's total count is 3, total cost is $14.97.
Since I've already grouped by the site id, I'm not sure how to essentially "un-do" that to get a total by plan. (I tried a separate sub-report, but it's taking more than 1 hour to run, and I'm sure that's not the most efficient way to do this)
thanks for your help.
Have a report which groups on siteid, then plan. I take the total number of plans times the cost and come up with a total Results look like:
Site ID: 11F4dC01
plan name Cost Cnt Total
Plan A $4.99 1 $4.99
Plan B $14.99 7 $104.93
Plan C $34.99 2 $69.98
Site ID: 11F62501
Plan A $4.99 2 $9.98
Plan B $14.99 1 $14.99
Plan C $34.99 3 $ 104.97
The problem for me is, after this, I need to show an overall total by plan, so all plan A's total count is 3, total cost is $14.97.
Since I've already grouped by the site id, I'm not sure how to essentially "un-do" that to get a total by plan. (I tried a separate sub-report, but it's taking more than 1 hour to run, and I'm sure that's not the most efficient way to do this)
thanks for your help.