Issue ordering a list with numbers

Hi,

I have an issue ordering a list based by their values. When the values are below 0 the node List.Sort doesn’ t work quite right. I’d like to order them from the highest value to the lowest, but I can’t get it to work right. Couls someone help me out?

Nicolas

It’s because you have strings and not numbers. Convert those back to numbers and they’ll sort by numeric value properly.

2 Likes