NotList ( ListA ; ListB )
Return all items in List A that are not in List B
Average rating: 4.5 (29 votes) Log in to vote
Scott Morrison InDev http://www.indev.ca |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
This function recursively looks for the occurance of each value of List A in List B. If the value is not in ListB, it returns the value back as part of the result list.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.