Hi All,
I am facing a challenge in figuring out the way to derive the below values in WEBi.
Month | Actions | No. of Weeks | Running Sum of Weeks |
Jan | 10 | 4 | 4 |
Feb | 23 | 4 | 8 |
Mar | 11 | 5 | 13 |
Apr | 6 | 4 | 17 |
May | 4 | 4 | 21 |
Jun | NILL | 0 | 0 |
Jul | 9 | 4 | 4 |
Aug | 3 | 4 | 8 |
Sep | 7 | 5 | 13 |
Oct | 20 | 4 | 17 |
Nov | 34 | 4 | 21 |
Dec | 31 | 5 | 26 |
In the above table, when a month has no actions (Actions = NILL), I have to reset the running sum of No. of Weeks per month from the beginning of the next month.
I am not getting any idea on how to achieve this.
Your help is really appreciated and points are awarded surely.
Regards
Muralidhar