hi, i have an outer join in my report. for example:
WHERE
TABLE1."COL1" = TABLE2."COL1"(+) AND
TABLE1."COL2" = TABLE2."COL2"(+)
and, i'm using the select expert to add these to my where clause:
{TABLE2.COL3} = abc
however, when doing an outer join, i need to my 3rd where-clause to also have the outer join syntax:
{TABLE2.COL3}(+) = abc
where in the select expert or record selection formula editor can i add in the (+) ? i tried:
{TABLE2.COL3}(+) = abc
and i get "the remaining text does not appear to be part of the formula".
i also tried:
{TABLE2.COL3(+)} = abc
and i get "the field name is not known".
any suggestions on how i can specify my 3rd where clause to also have the outer join?
thanks!
WHERE
TABLE1."COL1" = TABLE2."COL1"(+) AND
TABLE1."COL2" = TABLE2."COL2"(+)
and, i'm using the select expert to add these to my where clause:
{TABLE2.COL3} = abc
however, when doing an outer join, i need to my 3rd where-clause to also have the outer join syntax:
{TABLE2.COL3}(+) = abc
where in the select expert or record selection formula editor can i add in the (+) ? i tried:
{TABLE2.COL3}(+) = abc
and i get "the remaining text does not appear to be part of the formula".
i also tried:
{TABLE2.COL3(+)} = abc
and i get "the field name is not known".
any suggestions on how i can specify my 3rd where clause to also have the outer join?
thanks!