Sorting

Hi,

Is there a way to make foundset.sort case insensitive ??

In sql I would use “order by upper(column)”

Regards,

Hans

This is not possible with Servoy, but many dbs support the option to change the the sort collationkeys settings, which means doing all searches in upper or lower case (setting null records first or last etc.)