PerformEquationOnList ( theList ; equation ; listItemKey ; errorReplace ; option )
Performs a mathmatical calculation on each line item and returns the option
Be the first to rate this function Log in to vote
Paul - Show more from this author
Peak 14 LLC http://www.peak14.solutions |
PerformEquationOnList ( List ( "1/1/2000" ; "1/1/2099" ; "1/1/2099") ; "GetAsDate ( item ) > Get ( CurrentDate )"; "item" ; ""; "" )
PerformEquationOnList ( List ( -1 ; 1 ; 2) ; "Factorial ( item )" ; "item" ; 0 ; "" )
2
3
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Use this function whenever you have a list of items and want to do a calculation on each item in the list.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.