WhichValuesPlus ( values ; match ; start ; sep )
Find which values in a list match a given value
Average rating: 4.7 (28 votes) Log in to vote
Tim Anderson - Show more from this author
Tim Anderson Group |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Which Values match a specified Value
Author: Tim Anderson
Format: WhichValuesPlus ( values ; match ; start ; sep )
This returns a string of the value numbers of all 'values'
that are the same as 'match' separated by 'sep'.
'start' is included to allow interation, and to give you control
over where to start the search - by default use 1
I have tried to remove the leading 'sep' but cannot find a
way - functions on _result don't seem to work. Suggestions
welcome!
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.