I am running a report out of the contacts table and want to eliminate records where "Name" and "Company Name" match. Is this possible? I've tried several things but cannot figure out how to do it without a circular reference.
Any help would be greatly appreciated.
Date
Votes
2 comments
-
Jet Reports Historic Posts Official comment Yes, that works perfectly. Thank you!!
-
Jet Reports Historic Posts Hi Staglin,
I tried this in my Cronus Database and got all contacts where Company name is unequal to Name:=NL("Rows","Contact",,"=NF(,""Company Name"")<>NF(,""Name"")",TRUE)
Does this work for you?
Please sign in to leave a comment.