list.intersect ( listA ; listB )
Returns the intersection list from listA and listB
Average rating: 3.8 (49 votes) Log in to vote
Nicolas Bourré - Show more from this author
http://Www.nicolasbourre.com |
c
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Returns a list of intersecting values of two given lists.
Comments
comment, VR May 14, 2012 |
||
How about FilterValues(): http://www.filemaker.com/12help/html/func_ref3.33.53.html |
||
Nicolas Bourré May 15, 2012 |
||
Hmmmm... Neverthough of using about this one! :| Why they don't name functions for what they are... |
||
Dave, Birmingham, AL Feb 23, 2016 |
||
What might you do to generate the inverse? Sample Input: list.intersect ( "a¶b¶c"; "b¶c¶d") Sample Output: a¶d |
||
Scott Rose, Austin, TX Oct 9, 2016 |
||
To generate the inverse, try XORvalues at http://www.briandunning.com/cf/39 | ||
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.