Hi,
I have a table with the following columns
area option year cumetotal
aaa 1 98 2
aaa 1 99 4
aaa 1 2000 20
aaa 2 98 3
aaa 2 99 8
aaa 2 2000 12
bbb 1 98 8
bbb 1 99 23
bbb 1 2000 28
bbb 2 98 4
bbb 2 99 9
bbb 2 200 23
So i need to have a column which has the individual total for each area, option, year...... This needs to be calculated from the cume total...
I have a table with the following columns
area option year cumetotal
aaa 1 98 2
aaa 1 99 4
aaa 1 2000 20
aaa 2 98 3
aaa 2 99 8
aaa 2 2000 12
bbb 1 98 8
bbb 1 99 23
bbb 1 2000 28
bbb 2 98 4
bbb 2 99 9
bbb 2 200 23
So i need to have a column which has the individual total for each area, option, year...... This needs to be calculated from the cume total...