pctechtv Posted November 4, 2013 Posted November 4, 2013 I have the result in a return separated list (it came from ExecuteSQL) something like this: DOC000000095 LNK000000080 LNK000000081 I also have another list DOC000000081 DOC000000088 DOC000000089 DOC000000090 DOC000000091 DOC000000093 DOC000000094 DOC000000095 DOC000000096 What is a way FileMaker can say if any of the values in List 1 exit List 2 evaluate as true? I was trying to use FilterValues ( ) Inside of PatternCount () but it went sour and I forgot the whole plan.
Raybaudi Posted November 4, 2013 Posted November 4, 2013 Any: ValueCount ( FilterValues ( List2 ; List1 ) ) All: ValueCount ( FilterValues ( List2 ; List1 ) ) = ValueCount ( List1 )
Recommended Posts
This topic is 4094 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