bitsmith2k
Programmer
Hey guys,
I've been working on a legacy ticketing system, and added CR reporting to it. Everything was fine and dandy until the client through a loop at us which brings us to the information that I currently have.
I have the following information from 3 different tables:
TransID CurrencyType PaymentMethod Amount EventSite
------- ------------ ------------- ------ ---------
1 CAN CASH 17.20 SITE_A
2 CAN CASH 14.10 SITE_A
1 CAN CASH 17.20 SITE_B
3 US CASH 10.50 SITE_B
My output is this:
CAN CASH $48.50
US CASH $10.50
This is what I want the output to resemble:
CAN CASH $31.30
US CASH $10.50
I have allot of other information available to me in the tables, but this information is what I think is relevent.
Thanks in advance..
Mike
I've been working on a legacy ticketing system, and added CR reporting to it. Everything was fine and dandy until the client through a loop at us which brings us to the information that I currently have.
I have the following information from 3 different tables:
TransID CurrencyType PaymentMethod Amount EventSite
------- ------------ ------------- ------ ---------
1 CAN CASH 17.20 SITE_A
2 CAN CASH 14.10 SITE_A
1 CAN CASH 17.20 SITE_B
3 US CASH 10.50 SITE_B
My output is this:
CAN CASH $48.50
US CASH $10.50
This is what I want the output to resemble:
CAN CASH $31.30
US CASH $10.50
I have allot of other information available to me in the tables, but this information is what I think is relevent.
Thanks in advance..
Mike