Essbase Error(0): Error executing formula argument [3] can not be [LIST] in function [@_XWRITE]
The below line of code has started to output the above error, since roughly 9th August, as I understand. It seems like the issue is related to the @NEXTSIBLING function:
@XWRITE("OFS_Total Plan"->"Base_plus_Activated_Options", _FSCube_,
Odette_Integration, "Base_Business_Case",
@NEXTSIBLING(@MEMBER(@CONCATENATE("FY", @CalcMgrDatetoString("Last_Date_in_Venue"->BegBalance->"Base_Business_Case"->"OFS_Direct Input", "yy")))),
@NAME(@CalcMgrDatetoString("Last_Date_in_Venue"->BegBalance->"Base_Business_Case"->"OFS_Direct Input", "MMM")));
Here is the full error message:
Cannot calculate. Essbase Error(0): Error executing formula for [BegBalance] (line 20): argument [3] can not be [LIST] in function [@_XWRITE]