Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Concatenate with a CASE WHEN STATEMENT - Oracle Business Intelligence - OBI

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?
0 -
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!
0