snatkins Posted July 17, 2005 Posted July 17, 2005 I have a portal that has records shown in order of "edition #." From 1/25 (1 of 25) to 25/25. It is set to sort by the #: 1 first through 25. Unfortunately, when it sorts - it puts everything with a "1" first so it looks like this: 1 10 12 13 14 15 .....and then goes to 2, 21 - so obviously it is sorting by the first # - how do i fix this? Help! Thanks, Sarah
-Queue- Posted July 17, 2005 Posted July 17, 2005 Is Edition # defined as text or number? If number, it should sort correctly. If text, you will need to sort by a calculation field equal to Right( "0" & EditionNumber; 2 )
Recommended Posts
This topic is 7069 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