on ‎2019 Aug 09 9:56 AM
Request clarification before answering.
OK, now it's clear!
You have TIME in Row axis, not in Page axis!!!!
And the column for time members is "Fiscal Year" - "G"
Then, to get property "MONTHNUMCY" in "Period" column, you have to create local member:
=EPMMemberProperty(,EPMDIM_CURRENT_MEMBER(TIME),"MONTHNUMCY")EPMDIM_CURRENT_MEMBER(TIME) will be replaced with a correct reference in "G" column.
Please read help:
"Displaying the type of accounts of the members displayed in the row axis
..."
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes Vadim, Now it makes sense! I also forgot to enable the Local member recognition 🙂
Thank you so much!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Vadim,
we are trying to split the TIME id of 2014.01 and put it separate in FISCALYEAR and PERIOD.
This TIME ID we are deriving from the page axis TIME - 2014.TOTAL
Hope this helps
?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To get property from concatenated member:
=EPMMemberProperty(,"[TIME].[PARENTH1].["&$G9&"."&RIGHT("0"&$H9,2)& "]","MONTHNUM")$G9 - Year cell, $H9 - Monthnum cell
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI Vadim, I would like to see the period values coming from 2014.TOTAL.
STeps:
1) Input The Time = for Ex: 2014.TOTAL

2) The field in report FISCAL YEAR populates, using the formula - EPMMemberProperty(,$C$5,"YEAR")
3) Which formula can i use to populate the field PERIOD in the report? The output should be as above, from 1-12.
I was wondering if we could use MONTHNUMCY porperty somehow, but it is blank for 2014.TOTAL.
Hope this helps in your question.
Thanks!
HI Vadim,
My Select TIME prompt in report has 2014.TOTAL.
I was easily able to bring the 'year' field through - EPMMemberProperty(,$C$5,"YEAR")
But i cannot use the same formula to bring the PERIOD, as MONTHNUMCY is blank for 2014.TOTAL.
I just wanted to know if there is any other way to populate the PERIOD field in report based on the pompt value - in this case 2014.TOTAL
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What do you mean by "TIEM ID"???
If you want to get property from some fixed TIME ID you can:
=EPMMemberProperty(,"[TIME].[PARENTH1].[2014.03]","MONTHNUMCY")where "[TIME].[PARENTH1].[2014.03]" - full member ID
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
And by the way, you TIME dimension is configured incorrectly!
PERIOD property has to be inline with Fiscal Year - MONTHNUM:10 PERIOD: OCT etc...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, but on your screenshot the formula is incorrect:
=EPMMemberProperty(,[TIME],"MONTHNUMCY")
What do you mean by "[TIME]"???
Has to be reference to the cell, containing TIME member ID!
Like $C$5 in the formula: =EPMMemberProperty(,$C$5,"YEAR")
P.S. and for 2014.TOTAL this property is empty
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 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.