@Currmbr function
Hello,
I have the following mdx member formula in an ASO cube (([Scenarios].CurrentMember,[LoadScenario]) - ([Budget],[LoadScenario])) and need to create the same logic in anBSO cube but i continue to get the following error message (Error: 1200370 Error executing formula for [vs Budget] (line 0): attempt to cross a null member in function).
The calculation I created is as follows: (@Currmbr(Scenario)->LoadScenario - Budget->Scenario).
The main purpose of the variance members is to dynamically calculate various scenario dimenions (i.e. constant currency) against either budget, actuals or forecast.
Anyone have a suggestion?