@Sort for Danish language

Hi, I’m doing next:

@Sort(“D”:“A”:“Å”)

I expect

“A”:“D”:“Å”

but I get

“A”:“Å”:“D”

what is wrong? what should I do to fix that?

Subject: When I set my preferences to Danish sorting…

…it does sort in the way you expected. So check your Notes client regional preferences and see whether it’s set to some other language’s sorting rules, and if it’s set to “OS” then check your OS settings.

Subject: but what about @Sort on domino ?

Thanks it works for LN client.

Actually I was interested in such preferences for Domino.

What If I use @Sort for Web (means I run it on Domino), how I can manage sorting there?

I’ve tried option in preferences for database but looks like it does not work properly.

Subject: Might be a case where you have to do your sorting on the web client

… e.g. publish the data as JSON and use JavaScript to do your locale-sensitive sorting.

Subject: he, thanks, but this is to difficult :slight_smile: I wa ways looking for more easy way