CustomValuesLessThanOrEqual ( values ; reference ; valueFunction )
Values less than or equal to reference, evaluated using a custom function
Average rating: 4.0 (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)
CustomValuesLessThanOrEqual( values; reference ; valueFunction ) returns a list of all values in list that are less than or equal to the reference by comparing the first value determined using a custom function; then appending all other values less than or equal to 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.