I'm using CR11 and MS SQL.
My report has 5 groups.
1. Month and year
2. Formula that uses the financial class of the charge unless there's been a payment then uses the payers financial class.
3. Formula that uses the Primary payer name unless there's been a payment made and then it uses the actual payer name.
4. Visit number
5. charge unique identifier (charge id)
Then I use a running total to sum the charge amount evaluated on change of charge unique identifier and reset never and put it in the report footer.
Each payment is associated with a charge. So if there is two payments on one charge the running total is adding the charge two times. Each of the two payments came from a different payer which put the charge in two different groups.
How can I get the running total to look at all the charge ids as a whole before they get grouped?
Thanks -
My report has 5 groups.
1. Month and year
2. Formula that uses the financial class of the charge unless there's been a payment then uses the payers financial class.
3. Formula that uses the Primary payer name unless there's been a payment made and then it uses the actual payer name.
4. Visit number
5. charge unique identifier (charge id)
Then I use a running total to sum the charge amount evaluated on change of charge unique identifier and reset never and put it in the report footer.
Each payment is associated with a charge. So if there is two payments on one charge the running total is adding the charge two times. Each of the two payments came from a different payer which put the charge in two different groups.
How can I get the running total to look at all the charge ids as a whole before they get grouped?
Thanks -