Can I do a free reference of a protected member MDX formula member account?

My problem is:

I need to make a free reference a member account.
and the track is:
-Cube Essbase ASO 11.1.1.3.
-Accounts dimension has a member of level 0, called 'check '.

The structure of the hierarchy is:
Account
-Level2 (+)
-Level1 (+)
-Balancesheet (+)

I'm putting it under the formula of Member MDX on the 'check '.
--------------
CASE ([year]. CurrentMember)
WHEN [FY10]
Then
Case ([period]. CurrentMember)
When [JAN]
Then
< some logic here, pulling another Member here and works great >
ON THE OTHER
([Balance sheet], [period].) CurrentMember.PrevMember) / * this is also working fine * /.
END
ON THE OTHER
[Balance sheet] _ / * ERROR * / / * this IS WHERE it IS DEFAULT AND MAKING THE VALUES '0' for and year except FY10 * / _
END
-----------------


Basically what I'm trying o realize is that I want ASO balance logic I write above ONLY for FY10 and don't do anything for any other year.
When I don't write the last part "else", it makes the values zero for any year except for FY10. so I tried to put the logic above in the last part "else", but it is also not not and send me the "recursive [31] limit reached error»

Any help on this appreciated.

Thank you
Ankit

I'm still not clear on what you say, it seems that you say in a model of the ASO you can take a level 0 Member that has data in it, add a member formula he and Essbase will retain stored data that was there before the formula being added, but from now on he will use the result of the MDX formula.

If that's what you say, it is not true. If you find that it is, then it seems to me be a bug. In my tests, it doesn't work that way, nor should it.

Think about the consequences of not knowing if it's stored data or calc. by data. What do you do if you must reload the data? You cannot load the data of a member with a member formula, so you will have to remove the front form to load, then load and then add the formula back?

There is something else here who is not be clearly explained.

The solution is probably to create another stored for historical data and have then the Member with the formula reference this one for the periods you want and calculate for other periods.

Tags: Business Intelligence

Similar Questions

Maybe you are looking for