Can any one help me please !
I have a table with two columns....ProdCode and FCast (sorted descending). I want to run a query / Create a table which will show ProdCode, FCast and Cumulative Fcast.
For example
ProdCode Fcast Cumulative
C 10000 10000
F 9500 19500
G 8000 27500
Yours hopefully......
I have a table with two columns....ProdCode and FCast (sorted descending). I want to run a query / Create a table which will show ProdCode, FCast and Cumulative Fcast.
For example
ProdCode Fcast Cumulative
C 10000 10000
F 9500 19500
G 8000 27500
Yours hopefully......