D
Dominick D.
Hello, All
I have a report that looks like this:
SAP DB2
1234 1234
McDonalds McDonalds
Wendy's Taco Bell
Basically, I am requested to show ONLY THOSE FIELDS THAT DO NOT MATCH. So,
when the above report displays, it should only show fields that are not
equal. So, for example, you have McDonalds in the SAP column and you have
McDonalds in the DB2 column. Since they match, I don't want either column to
display any data; basically, show nothing or nulls in those columns. Would I
use the iif function to filter out matching fields to show only non-matching
fields? Thanks.
I have a report that looks like this:
SAP DB2
1234 1234
McDonalds McDonalds
Wendy's Taco Bell
Basically, I am requested to show ONLY THOSE FIELDS THAT DO NOT MATCH. So,
when the above report displays, it should only show fields that are not
equal. So, for example, you have McDonalds in the SAP column and you have
McDonalds in the DB2 column. Since they match, I don't want either column to
display any data; basically, show nothing or nulls in those columns. Would I
use the iif function to filter out matching fields to show only non-matching
fields? Thanks.