Virtual Column Sort Not Working

I have a view sorted by a virtual column which is a reference from another table.

It  needs to be a virtual referenced column as the location may change on our system where that data comes from.

Simon1_0-1662558259899.png

The view doesn't order properly

(Column says Location, but it is Location Virtual)

Simon1_1-1662558311242.png

All the other columns are sorting correctly, but when I resort by Location they go back into this order.

Solved Solved
0 2 172
1 ACCEPTED SOLUTION

What is the data type of the column?  The image shows it as Decimal which makes no sense based on how you are describing it.

View solution in original post

2 REPLIES 2

What is the data type of the column?  The image shows it as Decimal which makes no sense based on how you are describing it.

You're right, that makes no sense and was the reason sorting didn't work. ๐Ÿ™‚

thanks for your eagle eyes.

Top Labels in this Space