Is there any way to order dataset with locale alphabetical order without case sensitivity? I have found "COLLATE LOCALIZED", "COLLATE NOCASE", but "COLLATE LOCALIZED NOCASE" shows error (also in the reverse order).
Thanks for any response!
Is there any way to order dataset with locale alphabetical order without case sensitivity? I have found "COLLATE LOCALIZED", "COLLATE NOCASE", but "COLLATE LOCALIZED NOCASE" shows error (also in the reverse order).
Thanks for any response!
Copyright © 2021 Jogjafile Inc.
I didn't find any easy way. I created additional sorting table columns, which contain normalized data (noted here). Created constant for normalized table columns name prefix:
created table (for text column create one more column with prefix):
changed table data filling (add normalized data for special column):
and then I sort alternatively for text columns: