Oracle Business Intelligence Applications

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Concatenate with a CASE WHEN STATEMENT - Oracle Business Intelligence - OBI

Received Response
1
Views
2
Comments

Is it possible to create a CASE WHEN statement and concatenate results?

For example:

CASE WHEN "A" IS NULL THEN 'Orphan -'|| "A" ELSE "A" END

Answers

  • Yes, it is possible.

    Did you try it? Did it work? If no, what error did you get?

    What product and version? What is the exact formula you did try?

    Just saying: your condition is A is null, but then you want to concatenate 'Orphan -' with null?

  • Donna Fazio
    Donna Fazio Rank 2 - Community Beginner

    Thank you so much for your quick response.. Yep.. It is possible. I should have caught my error when i typed this example.

    I meant to concatenate with "B" not "A".. Oh dear! End of the week blurs!!


    Thanks again!