on ‎2019 May 31 11:38 PM
Hello,
I am using a PERIODIC storage model, and only my PERIODIC/QTD/YTD measures are working. I even tried making a copy of PERIODIC and called it MTD, but still the values within the report are blank for MTD. Am I missing a step in the configuration beyond maintaining the formula in UJA_MAINTAIN_MEASURE_FORMULA?
Below is the copy of the formula which is working (PERIODIC),
'IIF([%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="INC",-[MEASURES].[/CPMB/SDATA],IIF([%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="EXP",[MEASURES].[/CPMB/SDATA],IIF([%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="AST",([MEASURES].[/CPMB/SDATA], CLOSINGPERIOD([%TIME%].[%TIMEBASELEVEL%])),IIF([%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="LEQ",-([MEASURES].[/CPMB/SDATA], CLOSINGPERIOD([%TIME%].[%TIMEBASELEVEL%])),-[MEASURES].[/CPMB/SDATA]))))';SOLVE_ORDER=3
However, when copying this formula and renaming it as MTD the formula returns no values in EPM.
Please advise.
Request clarification before answering.
Hi Vadim,
UJA_REFRESH_DIM_CACHE resolved the issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
"In UJA_FORMULA_APP noticed there were a few entries with Storage Type = YTD. Planning model is Storage Type = PER so I removed these entries."
May be it's a result of using code in ZBPC_ACTIVATE_FORMULAPP?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The issue resolved itself. I'm not sure what I did to fix it but here are some steps I followed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is there any other way within BW to debug the formula (i.e. MDXTEST)?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You have very old SP's! Please upgrade to recent ones.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Vadim, please see below our SP levels.
SAP_BW 740 SP 10
CPMBPC 801 SP 10
HANABPC 801 SP08
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 4 | |
| 2 | |
| 2 | |
| 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.