Hi All,
I have a requirement like below:
There are two tables, Table1 resides in SQL Server database and Table2 is in Oracle database. I need to develop a report where the BI generated query should be like below
Select table1.colB,
table1.colC
from Table 1 (SQL server db table)
where table1.colA in (select table2.colA from table2 (Oracle database table))
Could you kindly help me how the model should be inside RPD to meet the requirement
Thanks