J
Jon
Greeting,
How to make the following table calculated in a query:
Step Value Accumulation
1 0.9 0.9
2 1 1.9
3 1.2 3.1
… ….. ….
The step 1 with value 0.9 will be sum in step 2 with value 1 and it will be
1.9, how to do that in query??
How to make the following table calculated in a query:
Step Value Accumulation
1 0.9 0.9
2 1 1.9
3 1.2 3.1
… ….. ….
The step 1 with value 0.9 will be sum in step 2 with value 1 and it will be
1.9, how to do that in query??