Sorting Simple List?

Is it possible to set sorting according to the Czech alphabet? (á, é, í, ó, ú, ý, č, ď, ě, ň, ř, š, ť, ž, ů)

Hello, I hope you’re doing well. Currently, you can sort based on English alphabetical letters.

Thank you!

You could add a second column in the database and use the corresponding letter using the typical English alphabet.

Column 1 - Czech
á

Column 2 - English
a

On your list, use column 1 as the display property. You can then sort by column 2

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.