csv.getrows.if ( array ; matchColumn ; matchValue ; delmiter )
Return entire rows where value of matchColumn = matchValue
Average rating: 4.5 (34 votes) Log in to vote
Bruce Robertson - Show more from this author |
a|x|23
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Similar to the csv match functions. Takes delimited data and returns entire rows where match column holds matchvalue, again with option to get all or get rows not matching. Performance seems to be OK for row counts in the low thousands.
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.