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
How can I implement Tableau’s `CONTAINS` function in Oracle Analytics Cloud?
 
            
                
                    Lokesh Obhilineni-Oracle                
                
                     Rank 3 - Community Apprentice                
            
                        
            How can I replicate the CONTAINS function from Tableau in OAC for text field searches?
To check if data in a field(column) contains the text that we are trying to find?
0  
            Best Answer
- 
            @Lokesh Obhilineni-Oracle Hi Lokesh, Please pull calculated column and use case when statements along with like operator. example: case when New to clinic indicator like '%use your text keyword%' then <yes> else <No> End please see if it helps. 0
Answers
- 
            Please you may refer for case when statements usage There are case(if) ,case(switch) statements which you may explore 0
- 
            That worked perfectly Thank you! 0

