Hi All,
A while back when I was totally new to Impromptu I changed the SQL on a report. I had no idea I would not be able to go back to the original format (unless you can and I am not aware of it). I did this in order to join the same table twice and at the time I did not knwo how to modify the catalog and we were in a crunch.
anyway, I need to add an outer join to my statement. Currently the statement says
T1.TIN_NUM = T3.SVC_TIN_NUM. I changed it to
T1.TIN_NUM = T3.SVC_TIN_NUM(+)
In doing this I get an error message but all it says is "error in expression". So I added an outer join to the catalog, but my records are still not showing up.
What am I doing wrong?
Thanks,
Kristina
A while back when I was totally new to Impromptu I changed the SQL on a report. I had no idea I would not be able to go back to the original format (unless you can and I am not aware of it). I did this in order to join the same table twice and at the time I did not knwo how to modify the catalog and we were in a crunch.
anyway, I need to add an outer join to my statement. Currently the statement says
T1.TIN_NUM = T3.SVC_TIN_NUM. I changed it to
T1.TIN_NUM = T3.SVC_TIN_NUM(+)
In doing this I get an error message but all it says is "error in expression". So I added an outer join to the catalog, but my records are still not showing up.
What am I doing wrong?
Thanks,
Kristina