CorrespondingValue ( indexValues ; searchValue ; listOfValues )
Finds the first occurrence of searchValue in indexValues and returns the corresponding value in listOfValues.
Average rating: 4.1 (54 votes) Log in to vote
Michael Horak - Show more from this author
*COMMENT Visual Realisation |
"T¶N¶D" ;
"n" ;
"Text¶Number¶Date"
)
CorrespondingValue (
List ( Results::Score ) ;
Max ( Results::Score ) ;
List ( Results::Name )
)
returns the name of the (first) highest-scoring result
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Finds the first occurrence of searchValue in indexValues and returns the corresponding value (i.e. the value with the same ordinal number) in listOfValues.
The search is not case-sensitive.
This function is NOT recursive.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.