R
rpt
I need to calculate a cumulative sum in a query. For example if the query has
a field with the following data:
1
2
3
4
then the result should be:
1
3
6
10
Could you help me?
a field with the following data:
1
2
3
4
then the result should be:
1
3
6
10
Could you help me?