Categories
- All Categories
- Oracle Analytics Learning Hub
- 19 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 232 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.9K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 87 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
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
 
            
                
                    Donna Fazio                
                
                     Rank 2 - Community Beginner                
            
                        
            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
0  
            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
