goanna300 Posted November 14, 2004 Posted November 14, 2004 I want to do a sort ignoring empty fields; ie I want to see all records where foodtype is starts with "A" for "apples" appear near the top; I want to see all records where foodtype is "Z" for"zucchinis" appear near the bottom, ie I want to see all records where foodtype is empty appear at the very bottom. I have no control over what users place as field values. I have tried custom value lists mentioning "=" amd "*" sort values, but nothing works. Steve
goanna300 Posted November 15, 2004 Author Posted November 15, 2004 Thanks, Queue I read the Cafe posts. But unfortunately, I still have a few problems with the proposed solutions: 1)I cannot foresee what values will be in the field to be sorted; 2) I do not know how to specify "Blanks" in a "define value lists" dialogue (see above) which is what the response seems to suggest), and 3) I actually have 4 sort criteria, not 1. (I had simplified the issue for clarity).
transpower Posted November 15, 2004 Posted November 15, 2004 Add a calculated field equal to your fieldstuffs field but concatenating "zzzz" to it (as proposed on one of the Cafe posts). Then display your records sorted by that field.
-Queue- Posted November 15, 2004 Posted November 15, 2004 The idea is to make a value list based on that field. You don't need to know what values will be in it. Just make a value list based on Table::foodtype. Then define the first field in your sort order to be Table::foodtype with a custom order based on the newly created value list. Your remaining sort fields will follow beneath it.
goanna300 Posted November 17, 2004 Author Posted November 17, 2004 Again, how do the blank fields get sorted to the bottom? (I like the simple concatenated soluion, but I still find it hard to believe I haven't missed some simple sort option in Filemaker 4.0!) Steve * * * * * * * * * * >The idea is to make a value list based on that field. You don't need to know what values will be in it. Just make a value list based on Table::foodtype. Then define the first field in your sort order to be Table::foodtype with a custom order based on the newly created value list. Your remaining sort fields will follow beneath it.
-Queue- Posted November 17, 2004 Posted November 17, 2004 They just do. Since they are not contained in the value list, they are sort of like leftovers that hang out at the bottom once the other records have been sorted. I just noticed you are using 4. I know this works for 5 and up. I would assume it should also hold true for 4. I can make a sample fp5 or fp7 file for you, if you would like.
Recommended Posts
This topic is 7310 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