Essbase Error(1200335): Calculating in serial
Summary
Essbase Error(1200335): Calculating in serialContent
Hey!
Got this error message when running calc script (business rule) in PBCS: Cannot calculate. Essbase Error(1200335): Calculating in serial
Rule validates but when making Launch gives this message. Script is of type: IF bla-bla; ELSEIF bla-bla; ELSEIF bla-bla; ENDIF.
I suspect this one can be wrong:
IF (@ISMBR(@MEMBER(@CONCATENATE("FY", (@HspNumToString(@ISMBR("StartYear") - 2000 ))))) == @CURRMBR("Year"))
It should compare member of Year dimension which are FY17, FY18, FY19, etc. with the value from @CONCATENATE - "FY17", "FY18" etc. where "StartYear" has value of 2017, 2018, 2019, etc.
Where could it go wrong?=)
Thanks!
0