Categories
- All Categories
- Oracle Analytics Learning Hub
- 30 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 238 Oracle Analytics News
- 45 Oracle Analytics Videos
- 16K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 88 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Implement antijoin in OBIEE
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
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
