Addendum to my previous post...I should have added "unless you want to write your own SQL." Although I wouldn't personally recommend it, you can always bypass FM...
well...i'm working on a report in Report studio and i want to use the left outer join...
i'll really appriciate that if you could tell me that how can i use the left outer join...and what is the format...b/c its not accepting the SQL format
I'm not sure what to tell you...if you are coding your own sql in the report, you should be able to use whatever the native syntax is for your database. For example, in Oracle you can use the "left_table.column (+)= right_table.column" syntax (or the ANSI "LEFT OUTER JOIN" syntax in newer versions I think I read somewhere). Try copying the sql and running it directly against the database, if that works it should work in RS as well.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.