Quartekoen Posted July 15, 2008 Posted July 15, 2008 I can't find anything on how to do this, and I'm not even sure if it's possible, but here's what I'd like... My company is implementing a slot system for locating items in our warehouse. To do so, we're giving each location in the warehouse a unique location ID. The ID number is generated as follows: First digit: Number -> Warehouse # (1, 2, etc...) Second digit: Letter -> Isle (A, B, etc...) Third Digit: Number -> Depth (Number of slots down the Isle) Forth Digit: Letter -> Height (Bottom shelf: A, Next up: B, etc...) Basically, If an item is in warehouse 2, Isle G, 12 items down and on the second row, its ID would be 2G12B. We would like to be able to sort these numbers for various reasons. The problem is that I'm not sure how to go about sorting the letters. With this system, 1A9C is less then 1B9C. 1F5A is less than 1F5B. Any suggestions how I can go about sorting these records by both their numbers AND their letters? With my testing, it seems filemaker can't sort by letters, but perhaps I'm missing something entirely basic. Thanks for the help.
Quartekoen Posted July 15, 2008 Author Posted July 15, 2008 Okay, I did miss it. I guess my initial tests were somehow sorting over a relationship or something, and thus not working. But starting from a blank database it works great. Go me.
Recommended Posts
This topic is 6035 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