Incorrect Sort Order of KB Articles (reference field) by Version (number) in List ViewIssue When you sort a reference field displaying numbers (ascending order), the order should be 1.x, 2.x and so on. Instead its displaying as 1.x, 11.x, 110.x. But Version 2.0 is coming after version 114.0 which is clearly not in ascending order of major version.ReleaseAll ReleasesCauseVersion is not a number field, it's a reference field and it stores hexadecimal value and not number, so it is expected to show that way (numerical sort does not apply).ResolutionNone, this is the expected behavior as Version is a reference field and not a number field.