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
Returning All Values
Hello,
I am new to using OBIEE(Oracle Business Intelligence 12.2.1.3.0). I am a front-end user. I am creating a report using two tables.
How do i create an analysis to return all values in Table A if not found in table B.
E.g
Table A have 20 records
Table B have 10 records
I need to return 20 records with the matching 10 records from Table B
Do i have to change the property?
Thanks
Answers
-
Create an analysis for all records in table B.
Create an analysis for all records in table A and filter "Based on another analysis" - and there you match for example "Table B.ID" = "Table A.ID"
0 -
...or are you talking about making a UNION of the two data sets and reutrn 30 rows or an outer join?
0 -
Thanks sooo much.
More like a Left Join on table A.
I am trying to figure out how to also return values(fields) from table B
Thanks!!!!!
===================================================================================================
Create an analysis for all records in table B.
Create an analysis for all records in table A and filter "Based on another analysis" - and there you match for example "Table B.ID" = "Table A.ID"
0