I have a price column for my products and trying to use the in-app sort feature to allow a user to sort the list of products by price.
Unfortunatly the feature seems to be sorting the price in a weird way. For example instead of 1.99, 2.99, 3.99, 12.99, 20.00 and 34.99, I’m getting 1.99, 12.99, 2.99, 20.00, 3.99, 34.99. So it’s only looking at the first digit rather than theentire figure. I’ve tried changing the column from text to number and vice versa and I get the same result.
If your column is numeric, you can set the symbol you need in the data editor. Now I’m not in front a computer to send you a screenshot but if you check you can found some options when you edit the column.