Hi,
I have a report where i want to only show certain records. Here's an example:
Table1 Table2
J280 J281
J281 J281
J285 J284
J286 J286
I want to only display the line with J285 and J284. If there is a match in Table1 to Table2, I dont want to display either record. For example, I want to suppress
Table1 Table2
J280 J281
J281 J281
because there is a row for J281 (Table2) that matches. But, I want to suppress both rows with the J281. Does this make sense? How can I do this?
Thanks!
I have a report where i want to only show certain records. Here's an example:
Table1 Table2
J280 J281
J281 J281
J285 J284
J286 J286
I want to only display the line with J285 and J284. If there is a match in Table1 to Table2, I dont want to display either record. For example, I want to suppress
Table1 Table2
J280 J281
J281 J281
because there is a row for J281 (Table2) that matches. But, I want to suppress both rows with the J281. Does this make sense? How can I do this?
Thanks!