on ‎2016 Feb 19 4:16 PM
Hi experts,
I'm trying to create a custom measure to display cumulated values over all years. Which means if I have a time dimension that contains for example these years : 2013, 2014, 2015, 2016 with all levels (Months, Quarters, Years)
I need to calculate the cumulative values from 2013.01 until Now, not YTD or QTD
How can I achieve that ?
I'm using SAP BPC 10.0 NW SP05
Thanks
Maha
Request clarification before answering.
Hello Maha,
Ex:-ur starting month is 2013.01 go to this
SUM([%TIME%].[2013.01]:[%TIME%].CURRENTMEMBER)
Go to SE38, type program name (UJA_MAINTAIN_MEASURE_FORMULA)create a new custom measure--->Save---->Refresh Meta data in Excel.
Hope Helful !!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you Vadim and Ravi
It works.
Regards
Maha
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Maha,
Please use search, it was discussed number of times!
Vadim
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 41 | |
| 4 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.