Hello Experts,
With my knowledge in BEx I ran out of options and trying to get help from experts here.
I have cube with Month-Yr and Qty. Data is available for 5 years (says total rows 5x12=60). I need to calculate Prior-Year KF's for any given year the user selects. So in the prompt I only get say 2014 from user. I am looking for output like. (This can be achieved using offset for Prior-Yr KF's
Month-Yr | Qty | Qty(PY) |
---|---|---|
Jan-14 | 100 | 90 |
..... | ||
Dec-14... | 120 | 95 |
If user selects 2 years in the prompt(2014, 2013), then it gets complicated. ( I need to get 24 rows and corresposing PY KF's)
Month-Yr | Qty | Qty(PY) |
---|---|---|
Jan-14 | 100 | 90 |
.... | ||
Dec-14 | 120 | 95 |
Jan-13 | 90 | 80 |
... | ||
Dec-13 | 95 | 85 |
Any help is greatly appreciated.
Thanks
Ravi