RepeatValueFinder ( ValueList )
Identify and return values that are repeated in a list
Average rating: 5.0 (1 vote) Log in to vote
Kent Silveira - Show more from this author
Kona Koncepts http://www.konakoncepts.net |
Grape
Apple
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
The FilterValue code in this custom function is from the DupesInList custom function from Daniele Raybaudi (http://www.aci.it) which itself was inspired by Jon Rosenʻs IdentifyDupes cf1334
RepeatValueFinder attempts to improve on this by leveraging the relative new "While" function. This allows the feature to work without needing to call the function recursively.
It also no longer needs the internal variables to be $ variables, so no possibility of accidentally crossing over with a variable in a running script.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.