Squeaky Data Posted March 17, 2011 Posted March 17, 2011 I am not sure what to call this kind of comparison so I have had a hard time searching for any information. I have two list that are used to manage record access security. One list is generated for extended privileges and the other is from field data. List One: London New York List Two: New York Toronto London I am trying to figure out a boolean calculation to see if ANY of the values in list one match ANY of the values in list two. Pattern count will only work if the lists are in the correct order so I think I need to figure out a recursive calculation to compare each value individually from list one against list two.
Squeaky Data Posted March 17, 2011 Author Posted March 17, 2011 Try the FilterValues() function. Thanks, I just started to explore that and it looks like it should work. Do you know if this type of match has a name?
comment Posted March 17, 2011 Posted March 17, 2011 http://en.wikipedia.org/wiki/Intersection_%28set_theory%29
Recommended Posts
This topic is 4998 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