ESSBASE ASO Member formula
Summary
ESSBASE ASO Member formulaContent
Hi All,
In my below two WHEN statements, only first statement is giving expected results, but essbase not going further to second WHEN statement, seems the reason is because of both WHEN statements are same.
CASE WHEN
IS ([Cost Category].CurrentMember,[Cost Category 3]) AND
IS ([BU].CurrentMember,[No_BU]) AND
IS ([Account].CurrentMember,[Base Cost])
THEN ([RE-GLOBAL])
WHEN
IS ([Cost Category].CurrentMember,[Cost Category 3]) AND
IS ([BU].CurrentMember,[No_BU]) AND
IS ([Account].CurrentMember,[Base Cost])
THEN ([RE-GCNA])
END
Now i want essbase should go through two WHEN statements, for this i have tried nested CASE statement but it's throwing below error.
0