I have a query built in the graphical datasource editor.
two of the tables are linked by a LEFT OUTER JOIN
is it possible to then apply a criteria to the RIGHT table, without it then behaving like a normal join?
I tried first of all, specifying that the link is a LEFT outer join.
but because the right table also needs a criteria, as soon as I added it, it kind of ignores the left outer join and is the same as an inner join.
any ideas?
thanks..
two of the tables are linked by a LEFT OUTER JOIN
is it possible to then apply a criteria to the RIGHT table, without it then behaving like a normal join?
I tried first of all, specifying that the link is a LEFT outer join.
but because the right table also needs a criteria, as soon as I added it, it kind of ignores the left outer join and is the same as an inner join.
any ideas?
thanks..