I am trying to compare data in two tables. I have a master table and a purged table. I want to compare the two tables to where if a record exists in the purged table, I do not want it to print on my report. The formula I created did not work. This is what I tried:
If {nosig.Account #} <> {nosig.Purge} then { nosig.Account #}
If {nosig.Account #} <> {nosig.Purge} then { nosig.Account #}