Here is the problem I have been trying to solve:
Each time we see a client we call this an encounter.
We pay for encounters within various departments in our institution.
Each client has a cap amount that they must meet before we start paying for their encounters.
I need a report which prints out for each department which encounters we are paying for when we send them payment.
The report thus needs to first run a total for each client and if the client is over their cap, include the cost of their subsequent encounters on a report grouped by the department being reimbursed,
I think the answer includes a subreport that has a running total, but am having problems because the RT on the subreport needs to be grouped by client name and restarted with each client, while the main report must be grouped by our encounter sites. Any tips, hints, complete answers would be greatly appreciated as I have tried everything I can think of and haven't quite got it. Lucy
Each time we see a client we call this an encounter.
We pay for encounters within various departments in our institution.
Each client has a cap amount that they must meet before we start paying for their encounters.
I need a report which prints out for each department which encounters we are paying for when we send them payment.
The report thus needs to first run a total for each client and if the client is over their cap, include the cost of their subsequent encounters on a report grouped by the department being reimbursed,
I think the answer includes a subreport that has a running total, but am having problems because the RT on the subreport needs to be grouped by client name and restarted with each client, while the main report must be grouped by our encounter sites. Any tips, hints, complete answers would be greatly appreciated as I have tried everything I can think of and haven't quite got it. Lucy