csv.getColumn.if ( array ; matchColumn ; matchValue ; returnColumn ; delimiter )
Get column from array for match in another column
Average rating: 4.6 (32 votes) Log in to vote
Bruce Robertson - Show more from this author |
23
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Get return delimited list of values in designated column of array if value in matchColumn = matchValue. Set matchValue to "*" to return entire column. If first char of matchValue = ! then return all non-matches.
v 1.01, fixed problem with "!" expression
v 1.02 1/27/2011
Added option to handle matchValue as list
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.