Hello All!
I'm using the Cass Parse and CASS tools to find address mismatches between our customer account information and USPS addresses via the CASS tool. I've used the PARSE ADDRESS tool on our account addresses to single out each section of the address. Now I'm comparing the CASS data to this parsed list field by field.
I'm using the filter tool with the following formula to find all records that do not match on any one of these criteria, however, the filter tool is yielding all records in the True output and zero records in the False output. As much as I'd like to say our address information is already that accurate, I know this is not correct. It's as if I'm using AND and not OR.
[CASSParse_Range]!=[CASS_AddressRange] OR [CASSParse_City]!=[CASS_City] OR [CASSParse_PreDirection]!=[CASS_PreDirection] OR [CASSParse_PostDirection]!=[CASS_PostDirection] OR [CASSParse_StreetName]!=[CASS_StreetName] OR [CASSParse_SuiteName]!=[CASS_SuiteName] OR [CASSParse_SuiteNumber]!=[CASS_SuiteRange] OR [CASSParse_Suffix]!=[CASS_Suffix] OR [CASSParse_State]!=[CASS_State] OR [CASSParse_Zip]!=[CASS_ZIP] OR [CASSParse_Plus4]!=[CASS_Plus4]
I'm sure this is a quick fix and I'm just way overthinking this. Any suggestions on what I might be doing wrong?
Thank you!
Mark Ballance