Skip to Content
0
Former Member
Nov 07, 2008 at 10:15 AM

Problem in calculating Sub-Totals

26 Views

Hi

Currently i am designing a report, where in client requires to display the subtotal, where i am facing a problem.

Scenario

Say there is a Agency A, In Region R.

Each Agency has multiple clients.

Need to display the totals based on Agency.

first level break is on Region and then on Agency.

I use sum(TransactionRevenue) to calculate the total for Agency A.

Rather than calculating subtotal for A, it calculated the total for entire report

Can anyone help to resolve the problem