cancel
Showing results for 
Search instead for 
Did you mean: 

Full outer join in Webi

Former Member
0 Kudos

How can I create a full outer join in webi? Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi BOCP-BOE, my mistake, I can set the full outer join after i changed the parameter ANSI92, thanks a lot for your help.

Former Member
0 Kudos

Oh Cool...!! You known good one correct. can you make it solved, Grace...!!

Thank You!!

Sent from iPhone

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi,

If data source is SAP can we combine two queries using combined query option? why it is disabled in WEBI if datasource is SAP?

Regards,

Sonal

Former Member
0 Kudos

We are using oracle 10g, how can achive this? Write the "FULL OUTER JOIN" in the expression in universe?

Former Member
0 Kudos

Tried ANSI92, not work.

Then I change the expression from Tab1.col1()=Tab2.col1 to Tab1.col1()=Tab2.col1(). However, when I open the join dialog box, it automatically change back to Tab1.col1()=Tab2.col1.

Universe not allow full outer join?

Former Member
0 Kudos

What is the Oracle version?? After 9i onwards we have choice.

Full outer join syntax from Oracle 9i onwards

SELECT c.course_name, c.period, e.student_name

FROM course c FULL OUTER JOIN enrollment e

ON c.course_name = e.course_name

AND c.period = e.period;

Alternatives:

1. @Universe: Create Derived Table(s)

2. @ Query: Use Combined queries with UNION operator.

Thank You!!

Sent from iPhone

Former Member
0 Kudos

I can't select both, when I select the left one, the right one will automatically change to uncheck. Same as the right one.

Former Member
0 Kudos

Okay fine.

In Universe parameters tab, Change ANSI 92 parameter to "Yes" and try.

OR

After selecting Left or Right, in below screen you can see,

Tab1.col1*=Tab2.col1 or Tab1.col1(+)=Tab2.col1

Now change/add the operator on both sides and Parse/OK.

Hope now you can.

Thank You!!

Sent from iPhone

Former Member
0 Kudos

Datasource is Oracle and I would like to create the full outer join in universe level, is it possible?

Former Member
0 Kudos

Yep Grace.

While joining tables, you can see Outer Join both sides(Left & Right), Select the both.

Thank You!!

Sent from iPhone

Former Member
0 Kudos

In WebI??

>> What is the datasource?? (DBMS, SAP etc..,)

See,

You can do it(FOJ) at:

1. Universe level (while joining tables).

2. Using Custom SQL @ Query panel.

Then you can see the data in WebI for FOJ.

Thank You!!

Sent from iPhone