Compare ( value1 ; operation ; value2 )
Compares two values based on a given operator. Useful if operator is variable.
Average rating: 3.0 (2 votes) Log in to vote
Ethan - Show more from this author
Tactile Medical https://www.linkedin.com/in/ethyoder |
Input 2: Compare ( "aa" ; "bw" ; "a" )
Input 3: Compare ( 1 ; "asdf" ; 1 )
Output 2: 1
Output 3:
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Compares two values based on a given operator. Useful if operator is variable. Available operators are listed in the custom function.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.