Is anyone aware of any tricks or object order that will modify the custom SQL that business objects creates? Currently we have requirements stating that we must only use the "custom SQL" generated by Business Objects. The problem with this SQL is it starts out with a Right outer join on a child table that is not our entry point.
Share
Business Objects has a super secret setting in the Universe Designer Properties. Inthe properties change the SORT_JOINS_BY_QUERY_OBJECTS to YES. This will make BOBJ generate the SQL using the order of your objects in the result objects pane.