Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

how to sort case insensitive?

lightbeamNov 6 2008 — edited Nov 7 2008
I have a column that has text and numbers. The text is mixed case and the users want to input and see the data displayed that way.
When I do a sort, it takes the words with caps and sort that first, then it look at the lower case and sort that after the upper case sort.
How do I make APEX sort case insensitive. I used upper and it sorts nicely but that displays the data uppercase which the user don't want.

The same weirdness is going on for the numbers where 10 comes before 1.
Thanks.
Lloyd
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 5 2008
Added on Nov 6 2008
10 comments
4,084 views