Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Nested Case Statement Help

Mik A.M.Mar 8 2017 — edited Mar 9 2017

Hello all,

I'm hoping you can help out.  I've searched the board for something related to my problem and couldn't find anything.

So here goes:

I'm trying to create a column in an analysis whose values are based on a case statement that's comparing 2 column values.  So for instance:

Column3

case

when (column1 = A and column2 = 1 then Value1)

when (column1 = B and column2 = 2 then Value2)

END

To add to the complexity, column1 and column2 are case statements themselves based on their own values.

Any way to do this within OBIEE 11g?  I don't have back-end access so I'm unable to make modifications/create new columns on the backend.  I'm trying to avoid engaging the devs as their turnaround time is too long.

Any assistance would be greatly appreciated.

This post has been answered by Gianni Ceresa on Mar 8 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details