Newbies marmoset Posted December 1, 2004 Newbies Posted December 1, 2004 hi, this might be very simple, but I'm just learning (and I have been searching for an answer for a while!). How can I find based on whether two fields are identical or not? That is, I want to be able to 'find' all records wherein two particular fields are identical. Also, one of the fields is a portal. I've tried various things, but nothing seems to work, and it seems it should be really basic. Help? -dez
Lee Smith Posted December 1, 2004 Posted December 1, 2004 You need to create a calculation, and use the Exact Function. This will give you a Boolean result, 1 if they are exactly the same and 0 if they are different. Then just do a find based on 1 in that field. New Field
Newbies marmoset Posted December 1, 2004 Author Newbies Posted December 1, 2004 Thanks very much Lee, it worked. I had tried this already and it didn't work, but your affirming that it should made me explore it a bit more, and I found the problem. I hadn't realised that, as one of the comparison fields is a portal, I have to reference it differently to referencing a non-portal field. Thanks again!
Recommended Posts
This topic is 7296 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now