Hi Experts,
I am generating a BPC Revenue variation report by comparing two(Current Year,Current year - 1) years revenue . I have used (EPMMemberOffset,EPMcontextmemebr and EPMOLAPmemberO) functions to achieve the requirement below.
Revenue
2014.01 2013.01 Variance 2014.02 2013.02 Variance .................................2014.12 2013.12 Variance
Material
By using EPmcontextmember I got Time (2014.TOTAL) and EPMcontextoffset member got 2013.
I have used EPMOlapMemberO function by giving reference cell value.
Ex - EPMOlapMemberO(G23,"[TIME].[PARENTH1].[2014.01]","2014.01","","000")
Cell G23 is having 2014.01 and G24 is having 2013.01 and I have used the same for 12 months. With respect to cell values have given references in EPMOlapMemberO() function...
Now, if I select 2014.Q2 my report has to show only 2014.04 2013.04 2014.05 2013.05 2014.06 2013.06 2014.Q2 2013.Q2 and for remaining it should show blank values. (I have written excel formula to generate blank values, so that EPMOlapmemberO will refer blank cell and finally will show blank values for Q1 Q3 and Q4).
But values are still showing in the report for the remaining as well where it has to show blank because reference cells are having blank values .
Please suggest me do I need to follow any setting in order to not show values for the blank reference cell while using EPMOlapMemberO() funtion with cell reference..
Thanks..