wintergreen Posted September 30, 2009 Posted September 30, 2009 I’m trying to sort records using a more “natural” sort order. By which I mean that given a text field with records: 1 2 10 A B C etc. will sort to user’s expectations (in other words, not like this): 1 10 2 etc. There’s a great algorithm for this: http://www.davekoelle.com/alphanum.html However, implementing in Filemaker is problematic, to say the least. Prior to version 10, filemaker wouldn’t be able to iterate the calculation properly, and even in version 10 it’s incredibly slow. If anyone is interested, attached is a file with sample data, and some attempts at getting this to work. alphanum.fp7.zip
Recommended Posts
This topic is 5590 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