Page 1 of 1

About Custom Column

PostPosted: Mon Jul 18, 2022 5:52 pm
by yooop
hi,

i try to display encodingbitrate in the Custom Column using this

<(System.Video.EncodingBitrate)>

but it is not sorted correctly

eg.
10016kbps
10142kpbs
12058kpbs
4031kbps
4135kbps
7996kbps
9984kbps

can you help me solve the problem? thanks :D

Sort Custom column numerically ?

PostPosted: Tue Jul 19, 2022 1:14 am
by Luuk
Its unfortunate, but clicking on the "Custom" column will always sort the listed values alphabetically!
This is also true when you format the values as a number like... <(#System.Video.EncodingBitrate)>
Im not know if the programmers could change this when "Custom" only uses... <(#SomeProperty)>

Re: Sort Custom column numerically ?

PostPosted: Tue Jul 19, 2022 3:05 am
by yooop
thanks for your answer

Sort Custom column numerically ?

PostPosted: Tue Jul 19, 2022 8:52 am
by Luuk
There is a setting for "Display Settings, Sorting, Logical Sorting" to sort any of the numbers numerically, instead of alphabetically.
So maybe the programmers could change this setting, so that it also conducts sorting for the "Custom" column ?