Ignore special character when sorting a table

I have a field value that starts with “**”, like “**Hello**”, but when using “SORT field ASC”, this string comes before the string “Goodbye”. If I remove the “**” I get the right sorting, but I still want to use the bold effect on the first string.

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