Categories
- All Categories
- Oracle Analytics Learning Hub
- 17 Oracle Analytics Sharing Center
- 17 Oracle Analytics Lounge
- 224 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.8K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 84 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
Implement antijoin in OBIEE

3263470
Rank 2 - Community Beginner
I have data in 2 tables and need to implement antijoin between them in OBIEE11/12c. Please suggest how should I model my repository.
Thanks
Viresh
0
Answers
-
You can try with table1 left outer join table2 and a condition to keep only rows where table1.column is null .
That's one of the way to do it in SQL and you can do it in the LTS.
0 -
Is this something you need for just one or few analyses?
If so you may also consider to use sub-queries in your analyses instead of fixing it in your model (which shouldn't be overly complex IMO).
0