I have had this calculated Member for over a year, when I applied SP2, I am returned an error.
I have looked on MSDN for something that would indicate what the change was, but cannot find it.
Here is the MDX:
Case
When IsEmpty( [Measures].[Loan Amount] )
Then 0
Else ( [Product].[All] * [Channel].[All] * [Date Closing Funded].[All] * [Loan Status].[Status Rollup].&[Closed]* [Date Closing Funded].[MonthName].CurrentMember, [Measures].[Loan Amount])
End
Again, this has been working for over a year.
Any help would be greatly appreciated!
BobP