Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Self Join in OBIEE RPD

Closed
41
Views
3
Comments
Rank 4 - Community Specialist

Hi Team,

We have 3 tables Table1, Table2, Table3 in OBI RPD is it possible to have join condition like below

Table1 A

Left join

Table2 B

On A.num= B.No

Left join

Table3 C

On A.num=C.NO

Left join

Table2 D

On NVL (B.ID1, C.ID2) = D.ID3

Left join

Table3 E

On NVL (B.ID1, C.ID2) = E.ID3

OBI version we are using 12.2.1.4.0

Here we have 3 tables (Table1, Table2, Table3) and we are doing self-join for Table2 and Table3 and applying NULL in the join condition.

Looking for some basic idea how to achieve this RPD.

Thanks,

Tagged:

Welcome!

It looks like you're new here. Sign in or register to get started.

Answers

This discussion has been closed.