K
KWhamill
I'm having trouble with my program. I have two pieces of data that i need to
compare the first comes straight from a websource in text format and doesn't
need to be modified. the second is also a text file but, needs to be Summed
or totaled by account number. So I want the following:
Account Number(source1) Account total(source1) account total(source2) Compare.
So the first is a type of statement if you will, and the second is a list of
transactions. So when I Sum the second source by Account number i can compare
the total to the First source and then idenitfy the outages. The problem is
that I can't get the syntax for the SUM part right and so the whole thing
doesn't work. Need help thanks.
compare the first comes straight from a websource in text format and doesn't
need to be modified. the second is also a text file but, needs to be Summed
or totaled by account number. So I want the following:
Account Number(source1) Account total(source1) account total(source2) Compare.
So the first is a type of statement if you will, and the second is a list of
transactions. So when I Sum the second source by Account number i can compare
the total to the First source and then idenitfy the outages. The problem is
that I can't get the syntax for the SUM part right and so the whole thing
doesn't work. Need help thanks.