annsolomon
MIS
I have a report based on a query that lists TransAmt and TransType (payments and denials of payment) to various health care providers. The report is grouped first on the provider then further grouped by TransType. For each provider I show a total for each TransType and a grand total for that provider.
At the end of my report, I want to show a grand total for each TransType but I can't figure it out. When I couldn't get the totals automatically by TransType I tried different calculated controls for each TransType (e.g., =Sum(TransAmt) where TransType like "Paid"). It didn't like the where clause so I tried to use an IIf. Can someone please steer me in the right direction?
Ann
At the end of my report, I want to show a grand total for each TransType but I can't figure it out. When I couldn't get the totals automatically by TransType I tried different calculated controls for each TransType (e.g., =Sum(TransAmt) where TransType like "Paid"). It didn't like the where clause so I tried to use an IIf. Can someone please steer me in the right direction?
Ann