Hi
I have got a table (table_x) with a list of Orders No. It is a temporary table that is a subset of a bigger list.
For one set of reporting requirements, I have joined it to another table (table_y) where I want to see rows that have the Order No from table_x.
so the join is
table_x.order No. = table_y.order No.
This works fine, but for another set of requirements, I need to use the list in table x as an exclusion list.
I have tried to modify the join above so:
table_x.order No. != table_y.order No.
but this doesn't seem to work..as you don't pull table_x.order No. into the report.
Has anyone got any ideas?
Thanks
I have got a table (table_x) with a list of Orders No. It is a temporary table that is a subset of a bigger list.
For one set of reporting requirements, I have joined it to another table (table_y) where I want to see rows that have the Order No from table_x.
so the join is
table_x.order No. = table_y.order No.
This works fine, but for another set of requirements, I need to use the list in table x as an exclusion list.
I have tried to modify the join above so:
table_x.order No. != table_y.order No.
but this doesn't seem to work..as you don't pull table_x.order No. into the report.
Has anyone got any ideas?
Thanks