Can the sorting of a column be case-insensitive?

The sorting of the data entries in a field is case-sensitive by default, is there a way to sort the entries in a case-insensitive way? Thank you!

Hi,

Sorting result is case-sensitive, I would suggest creating a new field and use LOWER(value)/TOLOWERCASE(value) to convert the field value you would like to sort to lower case and sort the new field.