Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have question:
I want to cummulate, in a period of 16 week, 4 week in a row
For example:
Can anybody help me?
Patrick
hi Patrick,
For Sum over a range you can use either above function, if there is no bifurcation required or use mapping tables
like
week AsOnWeek
1 1
2 1
2 2
3 1
3 2
3 3
& use AsOnWeek instead of week
Thanks
Amar