Brian Dunning's FileMaker Custom Functions

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   Michael Horak - Show more from this author
*COMMENT Visual Realisation

Share on Facebook Share on Twitter

  Sample input:
CorrespondingValue (
"T¶N¶D" ;
"n" ;
"Text¶Number¶Date"
)


CorrespondingValue (
List ( Results::Score ) ;
Max ( Results::Score ) ;
List ( Results::Name )
)
  Sample output:
"Number"






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

Log in to post comments.

 

Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.

Support this website.

This library has been a free commmunity resource for FileMaker users and developers for 20 years. It receives no funding and has no advertisements. If it has helped you out, I'd really appreciate it if you could contribute whatever you think it's worth: