Hello All,
I am having trouble thinking of how to attack this problem, I am using CR9 against Oracle 9i.
There is 1 table that I load with 7 fields. 1st Field is a Date field, then a ID followed by currency fields.
Every month I load this table with the current records, and want to keep the old stuff in, hence why I threw the date field in. All the rest of the field will most of the time be exact.
What I want to do is treat each month of data as a different subset of data, then compare some currency fields, is they change I print that record with all of the fields, and the % of change.
The data looks like this
Date, RecordID, Currency1, Currency2, Currency3
These are monthly bills coming in that I parse with perl and insert every month, I want to identify the ID's that increase or decrease in price.
Thanks,
-WL
-Willy D
I am having trouble thinking of how to attack this problem, I am using CR9 against Oracle 9i.
There is 1 table that I load with 7 fields. 1st Field is a Date field, then a ID followed by currency fields.
Every month I load this table with the current records, and want to keep the old stuff in, hence why I threw the date field in. All the rest of the field will most of the time be exact.
What I want to do is treat each month of data as a different subset of data, then compare some currency fields, is they change I print that record with all of the fields, and the % of change.
The data looks like this
Date, RecordID, Currency1, Currency2, Currency3
These are monthly bills coming in that I parse with perl and insert every month, I want to identify the ID's that increase or decrease in price.
Thanks,
-WL
-Willy D