Hi,
Here's the data in the table
[tt]id value
5 546
6 566
7 566
8 587[/tt]
I want to add a "delta" column that will show the change between the current data and data above, so it would show:
[tt]id value delta
5 546
6 566 20
7 566 0
8 587 21[/tt]
Is it possible in RS or should it be implemented in the sql query?
Here's the data in the table
[tt]id value
5 546
6 566
7 566
8 587[/tt]
I want to add a "delta" column that will show the change between the current data and data above, so it would show:
[tt]id value delta
5 546
6 566 20
7 566 0
8 587 21[/tt]
Is it possible in RS or should it be implemented in the sql query?