0

I've created a list with two columns. It contains Country Name (first column) and their 2 character abbreviation (second column).

Example:


Italy - IT


Sweden - SE


United Kingdom - UK


I've setup the list to sort on the column with the name "2 Characters".

Problem I experience, is that the list is not sorted correctly. There is a mix in the sorting. Like SE comes before IT.

What can be the cause to this?

enter image description here

Here is the settings for sorting the list for the view AllItems. enter image description here

8
  • 1
    Can you add screenshot ? Commented Dec 8, 2015 at 9:38
  • Which order did you choose? asc or desc? Commented Dec 8, 2015 at 9:41
  • Any help from my answer? @Andreas Commented Dec 8, 2015 at 20:16
  • Unfortunately I am not able to add a screenshot at this moment. Will get back when I am at that customer. I choose Asc order. Unfortunately your answer did not help. Commented Dec 9, 2015 at 6:03
  • I guess the "2 character" column is the calculated column, and I think SP meet little trouble with sorting on calculated column. Commented Dec 10, 2015 at 9:02

2 Answers 2

2

Modify your view and choose

Show items in ascending order

(A, B, C, or 1, 2, 3)

enter image description here

Now SE should not come before IT, see my screenshot

enter image description here

3
  • I've set it up just like in your screenshot. Yet it does not sort correctly. Commented Dec 10, 2015 at 7:05
  • Does SE contain any extra spaces ? Commented Dec 10, 2015 at 7:17
  • No, there are no extra spaces. Commented Dec 10, 2015 at 20:05
0

Probably, you created/changed the view with sorting, but selected another view? If not, please, attach a screenshot of the view settings.

1
  • I've checked that as well, but nothing that indicates that it should be conflicting somewhere. Commented Dec 10, 2015 at 7:06

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.