You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

ESSBASE ASO Member formula

Received Response
13
Views
3
Comments
edited Aug 2, 2018 2:36AM in Essbase 3 comments

Summary

ESSBASE ASO Member formula

Content

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.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!