Hi all,
I was working on a form which has AOT query as a datasource. Query has some data sources like,
PurchReqTable
PurchReqLine
PurchLine
PurchTable
VendPackingSlipTrans
VendPackingSlipJour
all tables are joined with outer join. As per my knowledge, this outer join is works as left outer join(correct me if I'm wrong).
So the requirement is, I have to show all the data in all these tables(that's why I used outer join). But the data from purchTable are not coming properly- that means POs that are not created from Purchase requisitions(created separately), are not available in the report. I wrote same query in SQL using left outer join, and it shows same data as the report. But when I use full outer join in SQL, it shows the data that I want in my report.
So what should I change/add in my AOT query to make it work like full outer join?
