Hi Guys,
I need help/advice to create a query that will show the difference between the number on the first row and the next number below it and so on. Currently i have a query that calculates some data that is a result of a formula. I want to get the Diff Value just like the table below.
Thank you in advance.
namu
I need help/advice to create a query that will show the difference between the number on the first row and the next number below it and so on. Currently i have a query that calculates some data that is a result of a formula. I want to get the Diff Value just like the table below.
ID Data Value Diff Value
1 2 2
2 5 3
3 9 4
4 15 6
5 16 1
Thank you in advance.
namu