rivet Posted August 24, 2009 Posted August 24, 2009 Has anyone seen a custom function that will pick-out all items in a list that have a particular pattern. In my case I would like all the items that start with the word 'letter'
Søren Dyhr Posted August 24, 2009 Posted August 24, 2009 You are definitely challenging what a good key integrity is characterised with, and ought to reconsider the realm you're in with filemaker. However does this something in that direction: http://www.briandunning.com/cf/771 --sd
comment Posted August 24, 2009 Posted August 24, 2009 This can be done by calculation - no custom function required: FilterValues ( listOfValues ; Substitute ( ¶ & listOfValues ; [ ¶ & prefix ; "§" ] ; [ ¶ ; "¶±" ] ; [ "§" ; ¶ & prefix ] ) ) Note that this is case-sensitive - though it could be adjusted, if required.
Recommended Posts
This topic is 5568 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now