Page 1 of 1
sort filter
Posted: 03 May 2011, 19:33
by brian
I have a lot of filters I want to put some filters which frequency usage on the top. I could not find how to sort filter.
Re: sort filter
Posted: 09 May 2011, 16:21
by Angeman
You can't do it in current version, they are sorted by name.
Re: sort filter
Posted: 11 May 2011, 18:12
by brian
I found workaround for my need. Just need to add number before filter name

Re: sort filter
Posted: 11 May 2011, 19:25
by Fourcue
Good idea and good work around, but

if you have more than 10 filters, you might want to use double letters (AA, AB, AC...BA, BB, BC,... to ZZ) or double numbers (00, 01, 02, 03...09, 10... to 99) as otherwise using 1, 2, 3... 9, 10 ,11, ... you will find the list sorts as 0, 1, 10, 11...19, 2, 20, 21,...29, 3 ... etc. (this is because the "numbers" you added behave like text)