Logical SQL Error - OTBI
Summary
When attempting to create a new Analysis using simple Logical SQLContent
I am attempting to create a new analysis using the logical SQL below; however, whenever I submit the following error occurs. I have reviewed the PPT deck from Oracle, but something must still be incorrect in the formatting? This issue appears when using Firefox, Chrome or Opera. Any ideas or suggestions appreciated.
select a."General Information"."Invoice ID", b."Invoice"."Invoice ID"
from
((select "General Information"."Invoice ID" from "Payables Invoices - Transactions Real Time") a
inner join
(select "Invoice"."Invoice ID" from "Procurement - Procure To Pay Real Time") b
1