Calculating moving difference
am 18.06.2006 21:42:27 von Aftab KhanCan some one please help me on this? I got 2 records by individual
with some fileds, one associates with the min date and the other one
assocaites with max date. So lay out looks as follows:
Key_ID | Dates_Min_Max Avg_Weight
1234 1/2/2004 12
1234 1/2/2006 24
I need to get the difference change between the weights for individual
ids that is group by Key_ID and find the percent change. Some thing
like this: (MAx_Row - Previos Row)/Previous Row * 100.
How to do this? How do I get the previos row between 2 records if I
order by the date? Any suggestions? Thanks