2012385096
Technical User
Hi,
I am creating a report from 2 database sources. 1 table from SQL and 1 table from Oracle. But there is no way I can join these 2 tables. I need below information from these tables and report should look like this.
Member Name TotalServices
FROM SQL Table ABC 10
FROM Oracle Table ABC 20
-----------
30
FROM SQL Table XYZ 15
FROM Oracle Table XYZ 25
-------------
40
The members are same in the SQL and Oracle Table but there MemberID is different and naming style is different in the both table.
I would really appreciate any help.
Thanks in advance.
I am creating a report from 2 database sources. 1 table from SQL and 1 table from Oracle. But there is no way I can join these 2 tables. I need below information from these tables and report should look like this.
Member Name TotalServices
FROM SQL Table ABC 10
FROM Oracle Table ABC 20
-----------
30
FROM SQL Table XYZ 15
FROM Oracle Table XYZ 25
-------------
40
The members are same in the SQL and Oracle Table but there MemberID is different and naming style is different in the both table.
I would really appreciate any help.
Thanks in advance.