beancounter
Board Regular
- Joined
- Oct 30, 2002
- Messages
- 111
I am using ODBC to customer db. each customer has two services (water & sewer) the db breaks out the services onto two lines with an amount owed for each service. I need to create a flat file with the total amount owed.
Does anyone know how to group the customers and aggregate the amounts into one in ODBC before the exporting to Excel?
For instance - Current view:
Account # Current Balance Utility Type
1234 55.00 S
1234 45.00 W
5678 20.00 S
5678 20.00 W
Need:
Account # Current Balance Utility Type
1234 100.00
5678 40.00
Thanks ~ John
Does anyone know how to group the customers and aggregate the amounts into one in ODBC before the exporting to Excel?
For instance - Current view:
Account # Current Balance Utility Type
1234 55.00 S
1234 45.00 W
5678 20.00 S
5678 20.00 W
Need:
Account # Current Balance Utility Type
1234 100.00
5678 40.00
Thanks ~ John
Last edited: