Can you see the error in this member formula?
We are using Essbase 11.1.2.4.035. We have a member called FORECAST, which has the following formula:
IIF(Contains([Period].CurrentMember,{[&FcstMnth1]:[Dec]}),(StrToMbr(Concat("Forecast_", &FcstMnth1)),[&FcstMnth1]),StrToMbr(Concat("Forecast_",[Period].CurrentMember.Member_Name)))
It gives the following warning:
Error(1260052) - Syntax error in input MDX query on line 1 at token ')'FORECAST
I did not write this formula and it is stretching my MDX knowledge. The message appears to complain about brackets. I have counted brackets and everything appears to match up. Can you see the syntax error in this statement?
Thank you, Kevin