on 2016 Dec 16 11:33 AM
Request clarification before answering.
What do you mean by "2017.01 has to be Jan.2017"?
You don't need to change ID's or descriptions, only PERIOD property!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks a lot.
so I don't need anymore the custom property BPC_START_MNTH and I can change the formula ytd - periodic (at the moment is the following)
EMBER [MEASURES].[YTD] AS 'IIF(([%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="INC" OR [%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="LEQ"),-([MEASURES].[/CPMB/SDATA], CLOSINGPERIOD([%TIME%].[%TIMEBASELEVEL%])), ([MEASURES].[/CPMB/SDATA], CLOSINGPERIOD([%TIME%].[%TIMEBASELEVEL%])))' SOLVE_ORDER=3##MEMBER [MEASURES].[PERIODIC] AS 'IIF(([%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="INC" OR [%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="EXP") AND NOT ([%TIME%].CURRENTMEMBER.PROPERTIES("2/CPMB/PERIOD")="TOTAL" OR [%TIME%].CURRENTMEMBER.PROPERTIES("2/CPMB/PERIOD")="Q1" OR [%TIME%].CURRENTMEMBER.PROPERTIES("2/CPMB/PERIOD")="MAY" ), [MEASURES].[YTD]-([MEASURES].[YTD],[%TIME%].LAG(1)), [MEASURES].[YTD])' SOLVE_ORDER=3
You have to use default PERIODIC formula!
With: [%TIME%].CURRENTMEMBER.PROPERTIES("2/CPMB/PERIOD")="JAN"
Yes! Script logic has to be checked!
May be also reports, but the probability is low...
PERIOD property is incorrect - First moth of the Year has to be JAN, not MAY etc...
This property is not a month name!
If you want to have real month names - create a new property!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have already told you how to correctly use properties of TIME dimension: https://answers.sap.com/questions/47098/index.html
What is the reason to explain again?
All other properties are correct!
You have to change only PERIOD property:
Instead of MAY - JAN
Instead of JUN - FEB
Etc...
If you need calendar month - just create a new property like CALMONTH or CALPERIOD and fill it wth MAY,JUN etc...
| User | Count |
|---|---|
| 11 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.