CustomValuesGreaterThan ( values ; reference ; valueFunction )
Values greater than reference, evaluated using a custom function
Average rating: 3.5 (2 votes) Log in to vote
Richard Dyce - Show more from this author
Dyce & Sons Ltd. http://dyce.com |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
CustomValuesGreaterThan ( values ; reference ; valueFunction ) returns a list of all values in list that are greater than the reference by comparing the first value determined using a custom function; then appending all other values greater than the reference with a recursive call to itself.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.